Any way to rerun the DLQ messages?
I don't want to implement a DLQ MDB b/c that would require constantly processing DLQs
...
If a service is down then messages will bubble back into the DLQ, and its a natural temp
place to store those messages.
Having a DLQ MDB is problematic as that would simply retry the message that is going to
fail ... which is why we need a manual way to rerun messages in the DLQ, like a JMX call.
Is there a way via jmx to lookup the DLQ and rerun messages?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043999#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...