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