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 committed by Daniel Kulp
parent 8ff47d6edc
commit 2ad1f1eaa9
1 changed files with 0 additions and 1 deletions

View File

@ -625,7 +625,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);
}