When mounting this route

from("file://C:/XXXX/?noop=true").to("xxxxProcessor");

Only new files message are send to the Processor but when using

from("file://C:/XXXX?noop=true&recursive=true").to("xxxxProcessor");

all files are send even if they haven't been checked before.

Is this a correct behavior ?

Thank you for any clarifications

Robbie

-- 
View this message in context: 
http://camel.465427.n5.nabble.com/File-recursive-noop-no-more-idempotent-tp3245321p3245321.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to