On Mon, Apr 23, 2012 at 8:43 AM, Pham Ngoc Hai <[email protected]> wrote: > Thanks Claus, > That's what I've been doing, > In /model/SplitDefinition.java there's parallelProcessing boolean with getter > and setter > In camel/processor/Splitter.java, pass parallelProcessing to the parent...and > then I'm lost here... >
Then start up a debugger and step through the code. > > > ________________________________ > From: Claus Ibsen <[email protected]> > To: [email protected]; Pham Ngoc Hai <[email protected]> > Sent: Monday, April 23, 2012 2:30 PM > Subject: Re: Camel 2.2 Splitter parallelProcessing default threadpool > > Hi > > I suggest to look in the source code. > > > On Sun, Apr 22, 2012 at 4:05 PM, Pham Ngoc Hai <[email protected]> wrote: >> All the documentations that I found talk about this but for camel 2.3 >> onwards. I would like to know, What is the default thread pool size for my >> splitter if I use parallelProcessing in Camel 2.2? >> >> Thanks, >> Ngoc Hai > > > > -- > Claus Ibsen > ----------------- > CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com > FuseSource > Email: [email protected] > Web: http://fusesource.com > Twitter: davsclaus, fusenews > Blog: http://davsclaus.blogspot.com/ > Author of Camel in Action: http://www.manning.com/ibsen/ -- Claus Ibsen ----------------- CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
