need a different fix for https://issues.apache.org/jira/browse/AMQ-4328 - AMQ3274Test failure, conflicts with org.apache.activemq.usecases.NetworkBridgeProducerFlowControlTest

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1448798 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2013-02-21 20:54:23 +00:00
parent 6e8bd45180
commit 56cfa302cf
1 changed files with 1 additions and 1 deletions

View File

@ -895,7 +895,7 @@ public abstract class DemandForwardingBridgeSupport implements NetworkBridge, Br
protected void addSubscription(DemandSubscription sub) throws IOException {
if (sub != null) {
localBroker.request(sub.getLocalInfo());
localBroker.oneway(sub.getLocalInfo());
}
}