[ https://issues.apache.org/jira/browse/ARTEMIS-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16641742#comment-16641742 ]
ASF GitHub Bot commented on ARTEMIS-2103: ----------------------------------------- GitHub user gtully reopened a pull request: https://github.com/apache/activemq-artemis/pull/2341 ARTEMIS-2103 - use the full openwire consumer queue for the mapped vi… …rtual topic queue binding, fix and test You can merge this pull request into a Git repository by running: $ git pull https://github.com/gtully/activemq-artemis ARTEMIS-2103 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/2341.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 #2341 ---- commit 6281101971bdbc32f8932738b59f01cf3adfbd0d Author: gtully <gary.tully@...> Date: 2018-10-03T12:24:42Z ARTEMIS-2103 - use the full openwire consumer queue for the mapped virtual topic queue binding, fix and test ---- > VirtualTopic doesn't work correctly with multiple consumers > ----------------------------------------------------------- > > Key: ARTEMIS-2103 > URL: https://issues.apache.org/jira/browse/ARTEMIS-2103 > Project: ActiveMQ Artemis > Issue Type: Bug > Components: Broker, OpenWire > Affects Versions: 2.6.3 > Reporter: Pawel > Assignee: Gary Tully > Priority: Major > > It's impossibe to subscribe multiple virtual topics with the same consumer > name. > I've configured acceptor like described in documentation: > {code:java} > tcp://0.0.0.0:61616?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,OPENWIRE;useEpoll=true;amqpCredits=1000;amqpLowCredits=300;virtualTopicConsumerWildcards=Consumer.*.%3E%3B2{code} > When I'm connecting first consumer: > *Consumer.cons1.VirtualTopic.t1* > proper binding is created. > Next I'm trying to connect second consumer with the same name: > *Consumer.cons1.VirtualTopic.t2* > But no binding is created. -- This message was sent by Atlassian JIRA (v7.6.3#76005)