mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.0@420720 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4b3b6186a4
commit
8432e7a790
|
@ -54,6 +54,10 @@ public class ConduitBridge extends DemandForwardingBridge{
|
||||||
}
|
}
|
||||||
|
|
||||||
protected boolean addToAlreadyInterestedConsumers(ConsumerInfo info){
|
protected boolean addToAlreadyInterestedConsumers(ConsumerInfo info){
|
||||||
|
|
||||||
|
if( info.getSelector()!=null )
|
||||||
|
return false;
|
||||||
|
|
||||||
//search through existing subscriptions and see if we have a match
|
//search through existing subscriptions and see if we have a match
|
||||||
boolean matched = false;
|
boolean matched = false;
|
||||||
DestinationFilter filter=DestinationFilter.parseFilter(info.getDestination());
|
DestinationFilter filter=DestinationFilter.parseFilter(info.getDestination());
|
||||||
|
|
Loading…
Reference in New Issue