Recall a message from the JMS destination
We are sending messages to a queue, using IBM MQ Series for messaging and JMS as the messaging system.Could you please let me know, if there is a way we can recall messages sent to the queue?Thanks,Jayashree.
Are you using session or transactions?If yes, you can do rollback.(I hope thats what you are looking for).If you are looking for a way to get the message from the queue withoutremoving it, why not write a client code for that.