mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1439395 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0bfa0cdf1a
commit
9988fff773
|
@ -96,9 +96,9 @@ public class NetworkBridgeFilter implements DataStructure, BooleanExpression {
|
|||
if (message.isAdvisory()) {
|
||||
if (consumerInfo != null && consumerInfo.isNetworkSubscription()) {
|
||||
// they will be interpreted by the bridge leading to dup commands
|
||||
//if (LOG.isTraceEnabled()) {
|
||||
LOG.error("not propagating advisory to network sub: " + consumerInfo.getConsumerId() + ", message: "+ message);
|
||||
//}
|
||||
if (LOG.isTraceEnabled()) {
|
||||
LOG.trace("not propagating advisory to network sub: " + consumerInfo.getConsumerId() + ", message: "+ message);
|
||||
}
|
||||
return false;
|
||||
} else if ( message.getDataStructure() != null && message.getDataStructure().getDataStructureType() == CommandTypes.CONSUMER_INFO) {
|
||||
ConsumerInfo info = (ConsumerInfo)message.getDataStructure();
|
||||
|
|
Loading…
Reference in New Issue