I am setting the properties as follows in the constructor:
public MyBean() {
maximumRedeliveries(3);
useExponentialBackOff();
initialRedeliveryDelay(15000);
backOffMultiplier(2.0);
maximumRedeliveryDelay(3600000L);
}
--
View this message in context:
http://old.nabble.com/Reusing-redelivery-policy-with-camel-1.4-tp28620477p28620517.html
Sent from the Camel - Users mailing list archive at Nabble.com.- Reusing redelivery policy with camel 1.4 pratibhaG
- Re: Reusing redelivery policy with camel 1.4 pratibhaG
