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

Martin Chan Shu Ching commented on AMQ-3937:
--------------------------------------------

True. But that will disable the advisories for the whole broker. In fact, what 
i want is to have only a single dedicated application that listens to the 
advisories for analysis.
                
> watchTopicAdvisories=false doesn't work when a consumer is subscribing to a 
> composite topic
> -------------------------------------------------------------------------------------------
>
>                 Key: AMQ-3937
>                 URL: https://issues.apache.org/jira/browse/AMQ-3937
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Martin Chan Shu Ching
>
> When watchTopicAdvisories=false is set in ActiveMQConnectionFactory, all 
> connection created from it will NOT listen to any advisory topics. However, 
> when the connection is for subscribing to a composite topic, the associated 
> advisory topic will still be listened!
> e.g.
> 1. consumer listens to TopicA,TopicB
> 2. advisory topic ActiveMQ.Advisory.Consumer.Topic.TopicA,TopicB will be 
> created in AdvisoryBroker.addConsumer()
> 3. then AbstractRegion.addConsumer() will call DestinationMap.get(), in where 
> when the key is TopicB, answer with value 
> 'ActiveMQ.Advisory.Consumer.Topic.TopicA,TopicB' will return.
> Therefore, the consumer will listen to 
> "ActiveMQ.Advisory.Consumer.Topic.TopicA,TopicB", "TopicA" and "TopicB". As 
> such the connection still listens to an advisory topic!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to