mirror of https://github.com/apache/activemq.git
too many advisories flying about
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@636868 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5fd3229c0b
commit
320f80263e
|
@ -84,7 +84,7 @@ public class AdvisoryBroker extends BrokerFilter {
|
|||
// Don't advise advisory topics.
|
||||
if (!AdvisorySupport.isAdvisoryTopic(info.getDestination())) {
|
||||
ActiveMQTopic topic = AdvisorySupport.getConsumerAdvisoryTopic(info.getDestination());
|
||||
//consumers.put(info.getConsumerId(), info);
|
||||
consumers.put(info.getConsumerId(), info);
|
||||
fireConsumerAdvisory(context,info.getDestination(), topic, info);
|
||||
} else {
|
||||
// We need to replay all the previously collected state objects
|
||||
|
@ -128,7 +128,6 @@ public class AdvisoryBroker extends BrokerFilter {
|
|||
}
|
||||
}
|
||||
}
|
||||
consumers.put(info.getConsumerId(), info);
|
||||
return answer;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue