Re: Threading question

2023-09-04 Thread Alex O'Ree
Thanks for the pointer. Sounds like the thread pools are per camel context, which usually equates to per route. If there was a connector/producer that had a very high frequency of exchanges routed however other things in the route processed data more slowly than the producer, I can see there being

Re: Threading question

2023-09-03 Thread ski n
The starting doc is the following: https://camel.apache.org/manual/threading-model.html If you still some questions or missing some stuff you can ask them here of course. Raymond On Sun, Sep 3, 2023 at 8:42 PM Alex O'Ree wrote: > Under the hood, does camel allocate thread pools specific to ea

Threading question

2023-09-03 Thread Alex O'Ree
Under the hood, does camel allocate thread pools specific to each route or is it more of a per processor/connector setup or is it one big shared thread pool for the whole application? Is there anywhere i can find discussions on this topic or documentation that describes the general thread model us

Re: Camel Component - Consumer Threading Question

2012-06-16 Thread Claus Ibsen
s may happen. It all depends on what you consumer does, and if it can support this or not. > Thanks > Joe > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Component-Consumer-Threading-Question-tp5714233p5714559.html > Sent from the

Re: Camel Component - Consumer Threading Question

2012-06-15 Thread gilboy
://camel.465427.n5.nabble.com/Camel-Component-Consumer-Threading-Question-tp5714233p5714559.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Component - Consumer Threading Question

2012-06-14 Thread Claus Ibsen
ngleton and its referenced in different routes > > Thanks > Joe > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Component-Consumer-Threading-Question-tp5714233p5714489.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Camel Component - Consumer Threading Question

2012-06-14 Thread gilboy
sage in context: http://camel.465427.n5.nabble.com/Camel-Component-Consumer-Threading-Question-tp5714233p5714489.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Component - Consumer Threading Question

2012-06-13 Thread Claus Ibsen
(eg shutdown) > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Component-Consumer-Threading-Question-tp5714233p5714452.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen - FuseSource Email: cib...@f

Re: Camel Component - Consumer Threading Question

2012-06-13 Thread gilboy
c void run(){ //Do Processing } }/ -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Component-Consumer-Threading-Question-tp5714233p5714452.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Component - Consumer Threading Question

2012-06-12 Thread Claus Ibsen
aming pattern and whatnot. See details at http://camel.apache.org/threading-model.html > Thanks! > Edwin > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Component-Consumer-Threading-Question-tp5714233p5714377.html > Sent from the Camel - User

Re: Camel Component - Consumer Threading Question

2012-06-12 Thread Edwin
will not invoke my method Hence, I am trying to figure out the best way to have my consumer run its own thread, i.e. have method1 invoked in a separate thread. Thanks! Edwin -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Component-Consumer-Threading-Question

Re: Camel Component - Consumer Threading Question

2012-06-09 Thread Claus Ibsen
consumer, > i'm wondering is it possible to create a thread for every consumer. The > application of this component > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Component-Consumer-Threading-Question-tp5714227.html > Sent from the Ca

Camel Component - Consumer Threading Question

2012-06-08 Thread Edwin
on and consumer is: N sessions : N consumers. create a route that For the consumer, i'm wondering is it possible to create a thread for every consumer. The application of this component -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Component-Consumer-Threading-Qu