Re: trying to implement rendezvous

2009-03-11 Thread Claus Ibsen
On Wed, Mar 11, 2009 at 10:55 AM, Neil Rutherford wrote: > With this approach: > > from(tcp).process(controlMessage).to("direct:submsg"); > from("direct:submsg").split().parallelProcessing().to(client socket).end(); > > How does the threading work? > > Will a new thread be spawned for each new req

Re: trying to implement rendezvous

2009-03-11 Thread Neil Rutherford
With this approach: from(tcp).process(controlMessage).to("direct:submsg"); from("direct:submsg").split().parallelProcessing().to(client socket).end(); How does the threading work? Will a new thread be spawned for each new request into the tcp endpoint and will that thread then spawn a new thread

Re: trying to implement rendezvous

2009-03-11 Thread Claus Ibsen
e it load service messages from DB and process them. > > socket -> rendezvous -> content based router -> submessage processor -> > rendezvous -> ... > > I'm probably not being very clear, so feel free to ask specific questions. > > thanks, > > Neil >

trying to implement rendezvous

2009-03-10 Thread Neil Rutherford
ay also be the wrong word, its just what we call it here. -- View this message in context: http://www.nabble.com/trying-to-implement-rendezvous-tp22449660p22449660.html Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.