You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2011/08/11 21:48:27 UTC

[jira] [Closed] (AMQ-2309) Topic Wild card on a VirtualTopic in excludedDestinations of networkConnector is not working

     [ https://issues.apache.org/jira/browse/AMQ-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish closed AMQ-2309.
-----------------------------

    Resolution: Incomplete

Not test case provided to reproduce the issue

> Topic Wild card on a VirtualTopic in excludedDestinations of networkConnector is not working
> --------------------------------------------------------------------------------------------
>
>                 Key: AMQ-2309
>                 URL: https://issues.apache.org/jira/browse/AMQ-2309
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.3.0
>         Environment: Linux  2.6.9-42.0.10.ELsmp #1 SMP Fri Feb 16 17:17:21 EST 2007 i686 i686 i386 GNU/Linux
>            Reporter: madderla prem kumar
>
> Wild card of virtual topic is not working in networkConnector excludedDestination list.
> Have three brokers  (AMQ1,AMQ2,AMQ3) in network using static uri .  AMQ1 <-> AMQ2 <-> AMQ3 
> Below is the network conf on AMQ2 where AMQ1 : tcp://localhost:51616 and AMQ3 : tcp://localhost:31616 .Have a virtual  topic   " VirtualTopic.InCluster.A" and have a queue" Consumer.X.VirtualTopic.InCluster.A "  , Published 30 messages to the virtual topic on AMQ2 and I correctly see 30 messages in the queue in AMQ2 in web console.
> Now I brought up the queue subscribers to the queue "Consumer.X.VirtualTopic.InCluster.A" on broker AMQ1 , All the messages from AMQ2 got forwarded to AMQ1 even though I have it marked in excludedDestinations in my networkConnector configuration . Is this a BUG or am I configuring it wrong. Grealty appreciate your response .
> NETWORK connector Configuration on AMQ2
> ======================================
> <networkConnector name="AMQ2" uri="static:(tcp://localhost:51616,tcp://localhost:31616)" dynamicOnly="true" networkTTL="5" decreaseNetworkConsumerPriority="false" conduitSubscriptions="false"  suppressDuplicateQueueSubscriptions="true">
>                 <excludedDestinations>
>                         <queue physicalName="Consumer.*.VirtualTopic.>"/>
>                         <topic physicalName="VirtualTopic.InCluster.>"/>
>                 </excludedDestinations>
>             </networkConnector>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira