Here is an example[1] that you can take a look.
[1]https://svn.apache.org/repos/asf/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/SpringDeadLetterChannelHandledPolicyTest.xml

Willem
ankelee wrote:
Hi

From the doc pages:

errorHandler(deadLetterChannel("jms:queue:dead").maximumRedeliveries(3).redeliverDealy(5000).handled(false));

I can't figure out or find any information as to how do the .handled() in
Spring DSL. I wan't to leave the exception unhandled so that I can have my
file endpoint do "move=" only if there is no exception in the route.

Reply via email to