There was an error while loading. Please reload this page.
1 parent d1517f6 commit 049bb42Copy full SHA for 049bb42
1 file changed
activemq-broker/src/main/java/org/apache/activemq/broker/region/Queue.java
@@ -888,6 +888,7 @@ public void afterRollback() throws Exception {
888
if (store != null && messageContext.message.isPersistent()) {
889
rollbackPendingCursorAdditions(messageContext.message.getMessageId());
890
}
891
+ pendingSends.decrementAndGet();
892
messageContext.message.decrementReferenceCount();
893
894
0 commit comments