Hi and thanks for a really rapid reply! Just to double check: do you suggest
I write a general-purpose onException like:
<onException>
<exception>java.lang.Exception</exception>
<redeliveryPolicy maximumRedeliveries="0" />
<handled>
<constant>false</constant>
</handled>
<to uri="ejb:myear/DLQReceiver/local?method=onError" />
</onException>
so that it fits my need? Thanks in advance!
PS: then the docs should be updated on the website and also in the pdf.
'cause it causes confusion(at least for me) :)
--
View this message in context:
http://camel.465427.n5.nabble.com/Why-is-DeadLetterChannel-not-supporting-chaning-the-handled-property-tp4932322p4932365.html
Sent from the Camel - Users mailing list archive at Nabble.com.