Hi guys, The issue I am having at the moment seems to be reported back in 2010 as per this link <http://camel.465427.n5.nabble.com/Identifying-and-processing-changed-file-when-noop-true-td478672.html> .
Just wondering if this has been resolved or considered as a bug? My use case is basically: 1) process the file without moving it 2) process the file only if it is modified 3) it is okay to process same file again How can the below route be modified to meet the above criteria? from("file:src/data/?noop=true") .to("file:target/messages/"); -- View this message in context: http://camel.465427.n5.nabble.com/File-component-to-only-process-files-if-modified-with-noop-true-tp5772074.html Sent from the Camel - Users mailing list archive at Nabble.com.