Reputation: 1578
I am sending a messages to MQ from my Java application. And I want to get the acknowledgement on the message I pushed. I know we can request COA (Conformation on arrival) from MQ Manager. But I want to know which COA corresponds to the message I pushed.
For example, I pushed two messages and I got one COA. So how to identify which message has failed to reach MQ. Is there any identification in COA like, this COA is for message1 something like that?
I am using Java8 and IBM MQ core library to push the message.
Upvotes: 1
Views: 574