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:
Gary Tully 2013-01-28 16:20:41 +00:00
parent d87073b144
commit c57ac819be
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class TwoBrokerQueueSendReceiveTest extends TwoBrokerTopicSendReceiveTes
@Override
public boolean isSatisified() throws Exception {
LOG.info("local subs map size = " + bridge.getLocalSubscriptionMap().size());
return 1 == bridge.getLocalSubscriptionMap().size();
return 0 == bridge.getLocalSubscriptionMap().size();
}
}));