Hiram R. Chirino 2006-07-11 04:41:48 +00:00
parent 1250a6d023
commit 75fde7165e
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ public class ConduitBridge extends DemandForwardingBridge{
}
protected boolean addToAlreadyInterestedConsumers(ConsumerInfo info){
if( info.getSelector()!=null )
return false;
//search through existing subscriptions and see if we have a match
boolean matched = false;
DestinationFilter filter=DestinationFilter.parseFilter(info.getDestination());