This closes #1439
This commit is contained in:
commit
64783c2504
|
@ -298,8 +298,9 @@ public class AMQConsumer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (ack.isExpiredAck()) {
|
if (ack.isExpiredAck()) {
|
||||||
//adjust delivering count for expired messages
|
for (MessageReference ref : ackList) {
|
||||||
this.serverConsumer.getQueue().decDelivering(ackList.size());
|
ref.getQueue().expire(ref);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue