Move does not work with file polling

2011-10-06 Thread ebinsingh
Hi, I am having trouble moving a file to a back up location after it's consumed and it's contents sent to a queue. I am new to Camle world and exploring it. Below is the code am using. *Spring config:* file:C:\\camelProject\\data\\inbox?move=C:\\camelProject\\data\\inbox\\bkp

Messages remaining inflight after processing

2011-10-06 Thread awillia
I have several situations where I have a route that is processing messages off a queue, but after processing the message remains in flight, such that if the application is restarted that message gets processed again. Is there any way of of forcing an acknowledgement back to the queue to make sure t

Re: Messages remaining inflight after processing

2011-10-06 Thread awillia
Have found that this may have been caused by having optimizeAcknowledge set to true. Now that is false I am pretty sure that all get cleared. -- View this message in context: http://camel.465427.n5.nabble.com/Messages-remaining-inflight-after-processing-tp4878148p4878345.html Sent from the Camel