Hi,
You can user DeadLetterChannel error handler as bellow 

<errorHandler id="myDLC" type="DeadLetterChannel"
deadLetterUri="AMQ:queue:ERROR_Q" useOriginalMessage="true"/>

in the timer route you need to force using that error handler  using
errorHandlerRef="myDLC"

then start new route to consume error messages from AMQ:queue:ERROR_Q 







-----
Othman Darwish
ProgressSoft Corp.

--
View this message in context: 
http://camel.465427.n5.nabble.com/Processing-Error-queue-and-handling-them-appropriately-tp5745188p5745189.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to