mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-23 10:52:56 +00:00
This closes #2665
This commit is contained in:
commit
0ffe1ab0a4
@ -2599,6 +2599,10 @@ public class QueueImpl extends CriticalComponentImpl implements Queue {
|
||||
|
||||
if (status == HandleStatus.HANDLED) {
|
||||
|
||||
// if a message was delivered, any previous negative attemps need to be cleared
|
||||
// this is to avoid breaks on the loop when checking for any other factors.
|
||||
noDelivery = 0;
|
||||
|
||||
if (redistributor == null) {
|
||||
ref = handleMessageGroup(ref, consumer, groupConsumer, groupID);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user