assertEquals(true, out.getProperty(Exchange.FAILURE_HANDLED));
assertEquals(false, out.getProperty(Exchange.ERRORHANDLER_HANDLED));
}
protected RouteBuilder createRouteBuilder() throws Exception {
return new SpringRouteBuilder() {
public void configure() throws Exception {
// configure transacted error handler to use up till 4 redeliveries
// with 100 millis delay between each redelivery attempt
// we have not passed in any spring TX manager. Camel will automatic
// find it in the spring application context. You only need to help