Yesenkov opened a new pull request, #4308:
URL: https://github.com/apache/activemq-artemis/pull/4308
When calling Session.recover(), unacknowledged messages must be
returned to the queue, that is, ClientSession.rollback (false). If you call
ClientSession.rollback (true), the
ActiveMQServerMessagePlugin.messageAcknowledged () is called. Which is
illogical and misleading. However, this introduces the problem that
deliveryCount does not increase on rereads. ut this needs to be fixed elsewhere.
--
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]