[ 
https://issues.apache.org/jira/browse/ARTEMIS-2910?focusedWorklogId=487106&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-487106
 ]

ASF GitHub Bot logged work on ARTEMIS-2910:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Sep/20 17:27
            Start Date: 21/Sep/20 17:27
    Worklog Time Spent: 10m 
      Work Description: tabish121 commented on pull request #3269:
URL: https://github.com/apache/activemq-artemis/pull/3269#issuecomment-696257993


   +1 lgtm
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 487106)
    Time Spent: 20m  (was: 10m)

> consider routing type annotations during node auto-creation for AMQP 
> anonymous producers
> ----------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-2910
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2910
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: AMQP
>    Affects Versions: 2.15.0
>            Reporter: Robbie Gemmell
>            Priority: Major
>             Fix For: 2.16.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> For AMQP 'anonymous producers' (those that dont have a fixed destination and 
> attach to the null address) the broker bases its 'routing type' decisions on 
> the address a message is sent to, typically falling back to the default 
> routing type from the address settings.
> (Technically it could look at terminus capabilities for type hints, but 
> anonymous producers would not tend to have these for the same reason they 
> dont have a fixed address: it isnt known information at the time).
> This leads to user gotchas where behaviour can be surprising and/or 
> non-deterministic (e.g due to differing timing between producers producing 
> messages and the consumers lifecycle). This is especially true for people 
> wanting to use queues, and encountering interaction with the brokers default 
> multicast routing type (something many arent yet aware of, not having seen 
> the quick detail tucked away in the docs). Here it is easy to send a message 
> 'to a queue' that then gets dropped unexpectedly, but also auto-creates a 
> multicast address that then prevents attaching the consumers aiming to 
> receive such messages from the queue.
> The broker already supports a couple varieties of annotation based mechanism 
> for determining its routing type information from the message (the one AMQP 
> JMS clients use to convey the JMSDestination type, and another of artemis 
> own), but this detail isnt consulted at all during message handling for the 
> anonymous producers currently. Having the broker examine the detail would 
> remove these gotchas when specified.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to