We had a similar issue and traced it down to our usage of
SftpChangedExclusiveReadLockStrategy which has a default check interval of 5
seconds which causes the polling to slow down waiting on files to finish
being written, so max you can do is about 1 per 5 seconds. You can change
the checkInterval so that it is faster, or we ended up writing our own read
lock strategy that did not block the polling thread



--
View this message in context: 
http://camel.465427.n5.nabble.com/sftp-endpoint-is-not-as-performant-as-expected-tp5773654p5773780.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to