Hiram R. Chirino 2006-07-11 04:40:49 +00:00
parent 4b3b6186a4
commit 8432e7a790
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());