OK. Got it.
MQ Queue manager moves the message to the backout requeue after delievery count equals the backout threshold. But since the message belonged to a transacted session, message could not get ...
Hello -
This is still confusing me. I started a asynchronous JMS listener. A Java method/function is called on a message. I start a transaction whenever I receive a message. I store it in my database ...
Hello All -
To handle poison messages, I have configured the backout threshold & requeue. QueueManager moves the poison message to my backout requeue. But the problem is, the messages are empty. ...