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.
[236 byte] By [jaya-shreea] at [2007-10-3 7:42:04]
# 1
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.
lupansanseia at 2007-7-15 2:43:05 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Based on my experiance once they have been acknowledge as having been read they are gone.
cferris84a at 2007-7-15 2:43:05 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...