Hi, Is it possible to pre-move files, but not move them once processing complete? I use "preMove" to ensure camel from 2 different cluster nodes don't process the same file twice - file is moved into different directory and not scanned anymore. "move" is not necessary, as custom components performs logic on file archival, stores metadata in the database, etc. Seems like setting "move" to null should do what I need, but I'm not quite sure how to do that. The "&move=null" will create directory called "null", not specifying anything will default to ".camel", and adding "&noop=true" disables preMove.
Is there something in file language that allows setting nulls? Or is there a way to have preMove without move for file component? -- Best regards, Pavel