Backout threshold is 3. If the message is redelivered, we discard this message.
In this scenario, once the JVM is recycled, the poison message is re ...
Hi
We have a MDB listening on QUEUE1. This MDB processes the message and puts another message in QUEUE2. Transaction is "required" for this MDB.
The processing could somtime take more than 2 min. W ...