mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4148 - no unecessary remote consumer any more
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1439476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d87073b144
commit
c57ac819be
|
@ -51,7 +51,7 @@ public class TwoBrokerQueueSendReceiveTest extends TwoBrokerTopicSendReceiveTes
|
||||||
@Override
|
@Override
|
||||||
public boolean isSatisified() throws Exception {
|
public boolean isSatisified() throws Exception {
|
||||||
LOG.info("local subs map size = " + bridge.getLocalSubscriptionMap().size());
|
LOG.info("local subs map size = " + bridge.getLocalSubscriptionMap().size());
|
||||||
return 1 == bridge.getLocalSubscriptionMap().size();
|
return 0 == bridge.getLocalSubscriptionMap().size();
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue