michaelandrepearce commented on code in PR #4375:
URL: https://github.com/apache/activemq-artemis/pull/4375#discussion_r1119626853
##########
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPSessionCallback.java:
##########
@@ -418,6 +418,17 @@ public void cancel(Object brokerConsumer, Message message,
boolean updateCounts)
}
}
+ /** to be used when credits were drained between handle and actual delivery
*/
+ public void returnToQueue(Object brokerConsumer, MessageReference
reference) {
Review Comment:
Is this issue re proton credits possibly occuring in earlier versions say
2.21? Asking as had odd issue with consumers just pausing like they run out of
credits.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]