mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-09 19:45:29 +00:00
This closes #459
This commit is contained in:
commit
bfa3b27cf7
@ -727,6 +727,9 @@ public class BridgeImpl implements Bridge, SessionFailureListener, SendAcknowled
|
||||
// We remove this reference as we are returning busy which means the reference will never leave the Queue.
|
||||
// because of this we have to remove the reference here
|
||||
refs.remove(message.getMessageID());
|
||||
|
||||
// The delivering count should also be decreased as to avoid inconsistencies
|
||||
((QueueImpl) ref.getQueue()).decDelivering();
|
||||
}
|
||||
|
||||
connectionFailed(e, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user