Hi, Following is a scenario, Please suggest. I have a file say A.txt in input folder. The camel route kicks in, puts in the location of file(filepath/filename) in a message queue and subsequent process picks up the file, processes it and the last process moves it to a DONE directory. Now the requirement is to reprocess the same file A.txt again (filesize,timestamp,etc being the same) if it is placed in the input folder. Idempotent = false doesn't work in my scenario, because i see multiple messages in queue getting created during the route flow. Is there a way or substitute for alwaysConsume ? or Setting the LRUCacheSize to 1 ?
Thanks in advance & Appreciate your help -- View this message in context: http://camel.465427.n5.nabble.com/Urgent-Reprocess-Consume-the-same-file-again-Camel-Route-tp5748468.html Sent from the Camel - Users mailing list archive at Nabble.com.