Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
5.8.0
-
None
-
None
Description
This is the same issue as https://fusesource.com/issues/browse/ENTMQ-341.
—
A persistent message can be lost by the broker.
How to reproduce:
1. Put a persistent message onto queue A.
2. A consumer (using XA transactions) receives the message. The consumer always throws an exception, so after predefined number of redelivery attempts the message goes to ActiveMQ.DLQ.
3. Using web console move the message from ActiveMQ.DLQ back to queue A.
4. Consumer receives the message and again throws exceptions in its onMessage method.
4a. Expected behaviour: message lands on ActiveMQ.DLQ again.
4b. Actual behaviour: message dissappears - it's neither on queue A nor ActiveMQ.DLQ.
Attachments
Issue Links
- duplicates
-
AMQ-3405 DLQ messages moved/copied into original queue disappear after failing processing for a second time
- Resolved