-
Bug
-
Resolution: Done
-
Major
-
2.4.0.GA
-
None
Messages are not moving to DLQ while using qpid JMS with client-ack mode.
if I create a session with CLIENT_ACKNOWLEDGE mode, receive a message, and then close the session without acknowledging, the messages are moved back to the same queue with redelivered =false
Attached a sample code to reproduce the issue