is there any other way that I can use delay , I am trying to use redelivery
policy and I am using spring java Configuration for instatiating beans 

 @Bean RedeliveryPolicy dispatcherRedeliveryPolicy(){
return policy;
}

onException(RestClient500SeriesException.class).redeliveryPolicyRef(dispatcherRedeliveryPolicy.getDelayPattern())

will it work.

Regards
Sri




--
View this message in context: 
http://camel.465427.n5.nabble.com/delay-on-Exception-is-not-working-tp5717323p5717328.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to