I have used redeliveryPolicy mechanism, in case of error while coping files
to SFTP location.
for that I have added below line in <onException>

<redeliveryPolicy maximumRedeliveries="3" redeliveryDelay="10000"
retryAttemptedLogLevel="INFO" />

So ideally redelivery should happen 3 times with delay 10 sec.

*But what I observed here it tries 3 times but took more than 10 sec why so
? is it limitation or bug ?*




--
View this message in context: 
http://camel.465427.n5.nabble.com/Issue-in-redeliveryPolicy-for-SFTP-component-tp5732220.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to