This commit is contained in:
Clebert Suconic 2019-05-10 12:51:32 -04:00
commit 0ffe1ab0a4

View File

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