Re: recipientList multithreading

2009-12-09 Thread Claus Ibsen
On Wed, Dec 9, 2009 at 9:59 AM, mcrive wrote: > > Hi, > I would really enjoy trying the 2.2 (I was already working with 2.1 > SNAPSHOT) Yeah I wonder why the zip is not created at the maven snapshot repo. Links from Camel download page. > I can't find a zip with the libraries, do I have to compi

Re: recipientList multithreading

2009-12-09 Thread mcrive
Hi, I would really enjoy trying the 2.2 (I was already working with 2.1 SNAPSHOT) I can't find a zip with the libraries, do I have to compile it by my own? Is there a roadmap for the 2.2 release? Do you have a date in which you would release it? Thank you! Claus Ibsen-2 wrote: > > > Hi > > I

Re: recipientList multithreading

2009-12-05 Thread Claus Ibsen
On Sat, Dec 5, 2009 at 9:20 AM, mcrive wrote: > > Nice one. > Can you suggest a way to achieve what I need to do with Camel 2.1? > > 1) Yeah you could send them message yourself from a processor / bean and use the producerTemplate which has an async variation See more at http://camel.apache.org/

Re: recipientList multithreading

2009-12-05 Thread mcrive
Nice one. Can you suggest a way to achieve what I need to do with Camel 2.1? Claus Ibsen-2 wrote: > > No but we got a ticket for it > https://issues.apache.org/activemq/browse/CAMEL-2223 > > And its possible to implement as the underlying logic supports it - so > its merely just to expose the

Re: recipientList multithreading

2009-12-04 Thread Claus Ibsen
On Fri, Dec 4, 2009 at 1:09 PM, Claus Ibsen wrote: > On Fri, Dec 4, 2009 at 1:02 PM, mcrive wrote: >> >> Is there a way to make the recipientList to send to endpoint in a multi >> thread manner? >> for instance if it contains a list of FTP endpoint (producer) I would like >> to deploy files at th

Re: recipientList multithreading

2009-12-04 Thread Claus Ibsen
On Fri, Dec 4, 2009 at 1:02 PM, mcrive wrote: > > Is there a way to make the recipientList to send to endpoint in a multi > thread manner? > for instance if it contains a list of FTP endpoint (producer) I would like > to deploy files at the same time. > as it is implemented now it starts producing