Re: One exchange at a time

2011-05-02 Thread boday
"maxMessagesPerPoll" attribute to limit the polling. - Ben O'Day IT Consultant -http://benoday.blogspot.com -- View this message in context: http://camel.465427.n5.nabble.com/One-exchange-at-a-time-tp4363389p4365681.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: One exchange at a time

2011-05-02 Thread Linus Brimstedt
thanks, Ill have a look there :-) br /Linus On Mon, May 2, 2011 at 10:10 AM, Claus Straube wrote: > Hi Linus, > > I think page 420 (and the ones after this) in Camel in action will face > such a issue. You can stop a route on completion and start it again, if your > script has been finished. > >

Re: One exchange at a time

2011-05-02 Thread Claus Straube
Hi Linus, I think page 420 (and the ones after this) in Camel in action will face such a issue. You can stop a route on completion and start it again, if your script has been finished. Best regards - Claus On 02.05.2011 09:36, Linus Brimstedt wrote: Hi! On Mon, May 2, 2011 at 7:44 AM, Clau

Re: One exchange at a time

2011-05-02 Thread Linus Brimstedt
Hi! On Mon, May 2, 2011 at 7:44 AM, Claus Ibsen wrote: > Hi > > What is this "piece of software"? Is that some external software that > scan for files and process those (eg its not Camel). > It could be pretty much anything that's scanning the destination directory and processing the files, del

Re: One exchange at a time

2011-05-01 Thread Claus Ibsen
Hi What is this "piece of software"? Is that some external software that scan for files and process those (eg its not Camel). I dont suppose -> exec is the camel-exec component? But that "piece of software"? And what does it do after it has processed the file, is the file moved/deleted? On Sun

One exchange at a time

2011-05-01 Thread Linus Brimstedt
Hello I have a simple route like: ftp:// (poll) -> file:// -> exec: I.e, files are picked up from ftp, moved to a directory on a server and then some piece of software is run to process those files. My problem is that during the execution of the executable, if new files appear on ftp (within po