GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/2090
ARTEMIS-1868 Openwire doesn't add delivery count in client ack mode
If a client ack mode consumer receives a message and closes without
acking it, the redelivery of the message won't set the redelivery
flag (JMSRedelivered) because it doesn't increment the delivery count
when message is cancelled back to queue.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis b_ent1497
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2090.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2090
----
commit e0af1e56d9dd8051bcd6b3f1316b00f201afe5e9
Author: Howard Gao <howard.gao@...>
Date: 2018-05-16T03:14:48Z
ARTEMIS-1868 Openwire doesn't add delivery count in client ack mode
If a client ack mode consumer receives a message and closes without
acking it, the redelivery of the message won't set the redelivery
flag (JMSRedelivered) because it doesn't increment the delivery count
when message is cancelled back to queue.
----
---