You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/05 03:40:42 UTC

[jira] [Commented] (ARTEMIS-1093) Full qualified queue name support

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

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

GitHub user gaohoward opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1172

    ARTEMIS-1093 Full qualified queue name support

    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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gaohoward/activemq-artemis master_fqn

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1172.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1172
    
----
commit 9085d5a6b6ae0220e09972f3a3cff3aea06e510c
Author: Howard Gao <ho...@gmail.com>
Date:   2017-04-05T03:21:16Z

    ARTEMIS-1093 Full qualified queue name support
    
    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.

----


> 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)