Solved it.. some corrupt data is in the db.
Since we did a restore of the db, we also restored the issue.
One way to get rid of the DLQ errors is to shut down the server, and clean the tables
manually from the db.
DELETE FROM JMS_MESSAGES;
Then restart the server.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116684#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...