just inside of the onexception block, you do not need any intercept in your case :
@Override public void configure() throws Exception { onException(Exception.class) .maximumRedeliveries(10) .redeliveryDelay(2500) .handled(true) .to("direct:ROUTE_3").stop(); } -- View this message in context: http://camel.465427.n5.nabble.com/Reroute-from-onException-Handler-Processor-tp5746043p5746085.html Sent from the Camel - Users mailing list archive at Nabble.com.