On Mon, Nov 1, 2010 at 5:50 PM, Solido <[email protected]> wrote: > > 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. >
What version of Camel are you using? I think we fixed this to use the absolute filename in one of the latest release. So you can do a/a.txt b/a.txt And have Camel see those 2 files as different files. > 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. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
