Yeah, as Hans points out the "noop" will leave the file and not even create an exchange so you don't have to filter for it downstream. If you are polling you can set an idempotent flag on the file reader to ensure that it doesn't re-read a file it has already processed.
On Fri, Jun 3, 2016 at 1:01 AM, Hans Orbaan <hans.orb...@docdata.eu> wrote: > Hi, > > You can use the "no operation" functionality. See noop=true @ > http://camel.apache.org/file2.html > > > -----Oorspronkelijk bericht----- > Van: bwest [mailto:bwesterfi...@gmail.com] > Verzonden: Friday 3 June 2016 1:19 > Aan: users@camel.apache.org > Onderwerp: File Consumer Exchange > > Can I ignore an exchange that's been picked up by a file consumer? In > other words, I don't want the file to be moved or deleted. I'd like to > remain in the directory for other subsequent polls. > > Thanks! > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/File-Consumer-Exchange-tp5783404.html > Sent from the Camel - Users mailing list archive at Nabble.com. >