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

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

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


   For anycast i wouldnt even bother, the anycast queue is expected to have 
been created when the queue address is, for JMS semantics anyhow.
   
   But thats just original logic added for FQQN, getMatchingQueue, so just 
change line 515 e.g. this
   
            if (!result.isExists()) {
               throw new ActiveMQAMQPNotFoundException("Queue: '" + queueName + 
"' does not exist");
   
   to return null, instead of throw exception (as like for non fqqn)
   
   do keep the rest of it.
   
   


----------------------------------------------------------------
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: 436930)
    Time Spent: 4h  (was: 3h 50m)

> 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: 4h
>  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