Which JMS broker implementations allowing resending messages saved in dead message queue?
- by marabol
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