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

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

                Author: ASF GitHub Bot
            Created on: 24/May/20 19:22
            Start Date: 24/May/20 19:22
    Worklog Time Spent: 10m 
      Work Description: michaelandrepearce edited a comment on pull request 
#3124:
URL: https://github.com/apache/activemq-artemis/pull/3124#issuecomment-633280730


   For AMQP clients they should really be using correct structures of AMQP not 
coding to FQQN. Its intent was solely for JMS legacy workaround where client 
has not yet upgraded to JMS 2 which supports shared subs etc. And in JMS 2.0 
Amqp client like qpid they correctly set the amqp structures. This was focussed 
on jms usecases for non jms usecase in amqp, then should advocating using the 
correct amqp structures.
   
   E.g. in your case such where NMS doesnt yet support 2.0 (wip) then youre 
restricted to fqqn for shared subs. Obviously the whole issue is removed when 
you get NMS 2.0 upto 2.0 spec. 
   
   
   
   As such i would just assume if fqqn and queue not found it is a multicast 
you want to create on
   


----------------------------------------------------------------
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:
us...@infra.apache.org


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

    Worklog Id:     (was: 436941)
    Time Spent: 5h 50m  (was: 5h 40m)

> Create queues for AMQP clients based on FQQN
> --------------------------------------------
>
>                 Key: ARTEMIS-2614
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2614
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>          Components: AMQP
>            Reporter: Krzysztof Porębski
>            Priority: Major
>          Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> As a follow up to the discussion on the mailing list I would like to suggest 
> a new feature regarding FQQN implementation for AMQP protocol - creating 
> queues.
> Currently there is no way of attaching to a queue using FQQN if the queue is 
> not configured upfront. It should be changed so it would be possible to 
> create queue via FQQN and a subset of the following capabilities:
> - shared
> - topic
> - queue



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

Reply via email to