Re: Threading question

2023-09-04 Thread Alex O7;Ree
, Sep 4, 2023 at 2:16 AM ski n wrote: > 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

Threading question

2023-09-03 Thread Alex O7;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: DSL to processors code

2023-07-28 Thread Alex O7;Ree
Thanks ill dig into it On Fri, Jul 28, 2023, 10:54 AM Claus Ibsen wrote: > I dont have time to write a long response, but a hint is > > model -> reifier -> processor > > On Fri, Jul 28, 2023 at 4:48 PM Alex O'Ree wrote: > > > Can someone point me to

DSL to processors code

2023-07-28 Thread Alex O7;Ree
Can someone point me to the code that apache camel uses to instantiate and configure camel processors? I'm trying to learn how connectors and processors get configured from the DSL and the magic behind this. I suspect it's related to the configurator classes but i'm not entirely sure. Thanks!