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