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

ASF subversion and git services commented on ARTEMIS-2013:
----------------------------------------------------------

Commit e15f3901e4e449ff347ac004ac3c6034ca0e7a0b in activemq-artemis's branch 
refs/heads/master from [~gaohoward]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=e15f390 ]

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.


> Can't create durable subscriber to a composite topic
> ----------------------------------------------------
>
>                 Key: ARTEMIS-2013
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2013
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: OpenWire
>    Affects Versions: 2.6.2
>            Reporter: Howard Gao
>            Assignee: Howard Gao
>            Priority: Major
>             Fix For: 2.6.3
>
>
> 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 gives an 
> error message:
>  
> |{color:#000000}2018-07-23 14:11:31,166 WARN 
> [org.apache.activemq.artemis.core.server] Errors occurred during the 
> buffering operation : java.lang.IllegalStateException: Cannot create a 
> subscriber on the durable subscription since it already has subscriber(s) 
> {color}|
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to