Since Camel 2.11 this is at least possible for the file component with the option "idempotentKey". I am not sure if this also works for SFTP but you can give it a try.
Here is an example from a unit-test: "...?idempotent=true&idempotentKey=${file:onlyname}-${file:size}" For the available key options see http://camel.apache.org/file-language.html Cheers Stephan On Thu, Mar 6, 2014 at 4:00 PM, spanchag <sitaram.panchagn...@ericsson.com>wrote: > Hi Claus: > Yes. That is exactly what I need Camel to do. > > Thanks, > Ram > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-process-the-same-file-again-when-idempotent-true-tp5748373p5748392.html > Sent from the Camel - Users mailing list archive at Nabble.com. >