Re: Parallel file processing with Camel

2013-11-18 Thread Claus Ibsen
Hi No there is no xml example. But its fairly easy to do as well. Java and XML is very the same. So for in XML just do ... insert stuff here On Sat, Nov 16, 2013 at 6:24 PM, piyushbhatt wrote: > Hi Claus, > > Is it available as part of XML configuration ? If yes can you point me

Re: Parallel file processing with Camel

2013-11-17 Thread piyushbhatt
Hi Claus, Is it available as part of XML configuration ? If yes can you point me to some example Regards Piyush -- View this message in context: http://camel.465427.n5.nabble.com/Parallel-file-processing-with-Camel-tp5742049p5743378.html Sent from the Camel - Users mailing list archive at Nab

Re: Parallel file processing with Camel

2013-10-23 Thread Claus Ibsen
Hi You can use threads, see bottom of this page http://camel.apache.org/async.html On Wed, Oct 23, 2013 at 9:16 AM, piyushbhatt wrote: > Hi, > > We are using Camel and have developed an FTP client using it. We generate > hundreds of files which we need to push in a very short time window to th

Re: Parallel file processing with Camel

2013-10-23 Thread contactreji
I would recommend avoiding filezilla. Could you try with an alternative FTP server. There is a FTP server which is shipped with Linux os. Give a try with that. Meanwhile try FTP options like stream data .. Refer camel documentation for stream options Reji "piyushbhatt [via Camel]" wrote: