One thing we did to process DLQ messages was to modify the destination column of the messages directly in the database.
UPDATE JMS_MESSAGES SET DESTINATION='QUEUE.NameOfYourQueueHere' We only have a couple of queues and in our case it was easy to guess what queue the messages used to belong to from their size. We restarted JBoss to get it to process the messages, but this queue flushing thing sounds good. However, the processing of messages stopped after about 40% of the messages in the table?!?!? Cheers, Kab <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825741#3825741">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825741>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
