Date: Wed, 22 May 2013 20:01:21 +0200
Quote:
- dev2dev Articles: JMS
How to purge dead message(s) from the Queue?
http://dev2dev.bea.com/pub/a/2004/06/PurgeMessages.html
Text:
- When a message is rolled back or recovered, JMS immediately tries to redeliver the message, the error condition may not be resolved and the application may still not be able to handle the message. These messages are called dead message, which ideally resides in the queue. How to purge dead message(s) from the Queue?
Via FeedShow.com