Which JMS broker implementations allowing resending messages saved in dead message queue?

Posted by marabol on Stack Overflow See other posts from Stack Overflow or by marabol
Published on 2010-04-07T09:35:25Z Indexed on 2010/04/17 4:23 UTC
Read the original article Hit count: 222

Filed under:
|

I wonder, if there JMS broker, that allows administrators to resend (via GUI or any tool) messages, saved in a ded message queue or dead letter queue, after solving the causing problem (e.g. database is down, not enough space...).

WebSphere provide a feature to resend messages saved in dead letter queue: 1
Glassfish 2.1.1 using Sun Java System Message Queue 4.4 has no feature to do this, I think so.

What are the options on other JMS brokers? Or is the best way, not to use the DMQ/DLQ feature, if you are depend on a message?

Thanks a lot

© Stack Overflow or respective owner

Related posts about jms

Related posts about administration