Is it possible re-send messages in the existing DLQ? 

For instance, the network connection may be down for an extended period of time 
(longer than the MDB's configured RedeliveryDelay and RedeliveryLimit) and the 
messages start making their way to the DLQ. Once my network connection is back, 
I want to re-send messages in the DLQ to their original queue.

The blurb in the wiki states:

The best approach is to deploy an MDB that handles messages appearing in the 
DLQ, e.g. 1) Send messages to admin/tech support 2) Stores the message 
somewhere for debugging purposes

indicating a need for a custom DLQ handler but the line at the bottom states:


  | Normally, the messages can be reposted to the original queue, once the 
problem is resolved.

Indicating an ability to re-send somehow. I see the removeAllMessages() and 
listMessages() methods in the JMX console but nothing for resending. If I am 
confused, I apologize but I find the two statements somewhat conflicting.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3892322#3892322

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3892322


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to