Its redeliveryDelay() on Exception not delay()
the following routes works
onException(RestClient500SeriesException.class)
.maximumRedeliveries(retries).redeliveryDelay(retryDelay)
.process(dispatch500ErrorProcessor)
Thanks any way for the information.
Regards
Sri
--
View this message in context:
http://camel.465427.n5.nabble.com/delay-on-Exception-is-not-working-tp5717323p5717334.html
Sent from the Camel - Users mailing list archive at Nabble.com.
