Did you try setting idempotent=false in addition to noop=true? I know noop=true sets idempotent=true, but you may be able to override it.
> On Mar 23, 2017, at 2:09 PM, Hari <[email protected]> wrote: > > Thank you souciance.. > > I need the file in same folder, as eventually, there would be a process, > which pick up the file and turn the status to completed, on which i need to > push the file to another completed folder.. > > The folder might contain hundreds of file, however only few of them will > turn to completed status. I was planning on running camel in quartz for > every 2 hrs to move the completed files. > > Any ideas on how to manage this will be of great help.. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Need-help-retaining-files-in-source-folder-tp5796053p5796055.html > Sent from the Camel - Users mailing list archive at Nabble.com.
