[ 
https://issues.apache.org/jira/browse/ARTEMIS-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15958624#comment-15958624
 ] 

ASF GitHub Bot commented on ARTEMIS-1093:
-----------------------------------------

Github user mtaylor commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1172
  
    @gaohoward From a end users point of view, I'd like at some point to be 
able to send direct to a queue.  I thought you'd already done the work for this 
in this patch.  If not, then the really simple thing to do here is intercept 
the consume packet, parse the FQQN and look up the queue.  It should be 
straight forward since the queue name is part of the FQQN, then just check that 
the first part of the FQQN (the address) matches the address on the queue.  
You'll also need to ensure that this works with auto-create-queues and 
auto-create-addresses.
    
    Thanks.


> Full qualified queue name support
> ---------------------------------
>
>                 Key: ARTEMIS-1093
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1093
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.0.0
>            Reporter: Howard Gao
>            Assignee: Howard Gao
>             Fix For: 2.next
>
>
> Broker should support full qualified queue names (FQQN) as well as bare queue 
> names. This means when clients access to a queue they have two equivalent 
> ways to do so. One way is by queue names and the other is by FQQN (i.e. 
> address::qname) names. When accessing a queue by its bare name, it is 
> required that the name should be unique across all addresses.
> Otherwise a warning is given and client should use FQQN instead.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to