Hello All,

based on below document
if handle =false the message will be propagated to caller when exception
happened
if handle=true, the message will not be propagated to caller but somewhere
else as you can
define . is my understanding correct?

http://camel.apache.org/dead-letter-channel.html
The *DeadLetterChannel* lets you control behaviors including redelivery,
whether to propagate the thrown Exception to the caller (the *handled* option),
and where the (failed) Exchange should now be routed to.

Reply via email to