Re: Global limit to threads count used by Camel (engine + routes pools + ..)

2023-08-28 Thread Modanese, Riccardo
Thank you for your reply. I’ll try asap From: Claus Ibsen Date: Monday, 28 August 2023 at 10:26 To: users@camel.apache.org Subject: Re: Global limit to threads count used by Camel (engine + routes pools + ..) Hi A thread pool profile is just a template for sharing the same settings, not the

Re: Global limit to threads count used by Camel (engine + routes pools + ..)

2023-08-28 Thread Claus Ibsen
Hi A thread pool profile is just a template for sharing the same settings, not the same pool instance. Instead use to create a pool instance and share this. See more in the docs https://camel.apache.org/manual/threading-model.html On Mon, Aug 28, 2023 at 9:53 AM Modanese, Riccardo wrote: > He