Hi,
I am using camel onException() cluase with redeliveries(3).delay(1000).
How ever I can see in the logs that it is retrying but its not considering
the delay.
Here is my route.
onException(RestClient500SeriesException.class)
.maximumRedeliveries(retries).delay(retryDealy)
.process(dispatch500ErrorProcessor)
I am using Camel 2.9.1
active mq : 5.4.1
Java 1.6_30
Regards
Sri
--
View this message in context:
http://camel.465427.n5.nabble.com/delay-on-Exception-is-not-working-tp5717323.html
Sent from the Camel - Users mailing list archive at Nabble.com.