Hi,

That is correct.

Some info can be found in the docs.
https://camel.apache.org/threading-model.html


Depending on the details in your requirements, you get away with
implementing ThreadPoolFactory,
https://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/
spi/ThreadPoolFactory.html.

Start dig into the code, and you will find out what interface you need :)


BR Petter Nordlander

Den 2014-04-16 15:26 skrev hubert <hub...@gmail.com>:

>Hi
>
>I'm writing a custom Component for a Framework which has to manage the
>Thread Creation on its own. Each Thread has to be created from the
>Framework
>itself.
>
>My current state of knowledge is that to achieve this I have to implement
>a
>ExutorServiceManager which allows me to provide my own ThreadFactory.
>
>Is it really so? Or did I misunderstood something.
>
>BW Hubert
>
>
>
>--
>View this message in context:
>http://camel.465427.n5.nabble.com/Custom-Camel-Thread-Factory-tp5750299.ht
>ml
>Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to