You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by gaohoward <gi...@git.apache.org> on 2018/08/07 09:08:15 UTC

[GitHub] activemq-artemis pull request #2219: ARTEMIS-2013 Can't create durable subsc...

GitHub user gaohoward opened a pull request:

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

    ARTEMIS-2013 Can't create durable subscriber to a composite topic

    An OpenWire client can use a compound destination name of the form
    "a,b,c..." and consume from, or subscribe to, multiple destinations.
    Such a compound destination only works for topics when the subscriber
    is non-durable. Attempting to create a durable subscription on a
    compound address will end up with an error.
    
    The cause is when creating durable subs to multiple topics/addresses
    the broker uses the same name to create internal queues, which
    causes duplicate name conflict.

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

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

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

    https://github.com/apache/activemq-artemis/pull/2219.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 #2219
    
----
commit e7cfa99bd8d924b9f4bbb251ca8287a4b2067248
Author: Howard Gao <ho...@...>
Date:   2018-08-07T08:56:43Z

    ARTEMIS-2013 Can't create durable subscriber to a composite topic
    
    An OpenWire client can use a compound destination name of the form
    "a,b,c..." and consume from, or subscribe to, multiple destinations.
    Such a compound destination only works for topics when the subscriber
    is non-durable. Attempting to create a durable subscription on a
    compound address will end up with an error.
    
    The cause is when creating durable subs to multiple topics/addresses
    the broker uses the same name to create internal queues, which
    causes duplicate name conflict.

----


---

[GitHub] activemq-artemis pull request #2219: ARTEMIS-2013 Can't create durable subsc...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---