https://issues.apache.org/jira/browse/AMQ-5742 - fix and intermittent failure of DemandForwardingBridgeTest is sorted

This commit is contained in:
gtully 2015-04-23 14:32:40 +01:00
parent ac635ddf1d
commit c85fa67e1c
1 changed files with 0 additions and 1 deletions

View File

@ -626,7 +626,6 @@ public abstract class PrefetchSubscription extends AbstractSubscription {
}
}
rc.addAll(references);
destination.getDestinationStatistics().getDispatched().subtract(references.size());
destination.getDestinationStatistics().getInflight().subtract(references.size());
dispatched.removeAll(references);
}