Re: FTP Reconnect attempt problem

2015-04-09 Thread ekz
Hi, This is what i was looking for, Thanks Claus! "backoff" saved my life. -- View this message in context: http://camel.465427.n5.nabble.com/FTP-Reconnect-attempt-problem-tp5765466p5765523.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: FTP Reconnect attempt problem

2015-04-09 Thread Claus Ibsen
nother place of the camel? > Thanks in advance. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/FTP-Reconnect-attempt-problem-tp5765466p5765513.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen

Re: FTP Reconnect attempt problem

2015-04-09 Thread ekz
ve a negative impact on another place of the camel? Thanks in advance. -- View this message in context: http://camel.465427.n5.nabble.com/FTP-Reconnect-attempt-problem-tp5765466p5765513.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: FTP Reconnect attempt problem

2015-04-08 Thread ekz
ad.currentThread().interrupt(); throw new GenericFileOperationFailedException("Interrupted during sleeping", ie); } } ... -- View this message in context: http://camel.465427.n5.nabble.com/FTP-Reconnect-attempt

FTP Reconnect attempt problem

2015-04-08 Thread ekz
t, retryCounter, cause); return true; } else { //give up retry and wait for the next connection attempt. return false; } } } -- View this message in context: http://camel.465427.n5.nabble.com/FTP-Reconnect-attempt-problem-tp5765466.html Sent from the Camel - Users mailing list archive at Nabble.com.