String pyhsicalName = advisory.getDestination().getPhysicalName();
String matchName = pyhsicalName.substring(ActiveMQDestination.ADVISORY_PREFIX.length(), pyhsicalName
.length());
ActiveMQDestination match = ActiveMQDestination.createDestination(advisory.getDestination()
.getDestinationType(), matchName);
result = match.matches(destination);
}
return result;
}
boolean matchTempDestinationAdvisory(ConsumerInfo advisory, ActiveMQDestination destination) {