mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-5742 - fix and intermittent failure of DemandForwardingBridgeTest is sorted
This commit is contained in:
parent
ac635ddf1d
commit
c85fa67e1c
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue