I can put the messages in dead letter queue if message re-delivery attempts fail.
How do I initiate re-delivery of archived messages in Dead Letter queue?
Does Camel provide any solution for that?
I can put the messages in dead letter queue if message re-delivery attempts fail.
Share
The DLQ is just another JMS destination. Simply create an additional Camel route that is used to process messages from the DLQ.