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

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

2023-08-28 Thread Modanese, Riccardo
Hello to everyone, I’m working to place a cap to the threads used by my Camel routes. I have several routes (the number can vary time to time) and I created a thread pool profile like this one (Camel 3.x with SpringBoot 2.5.x) My routes have a recipient list and an error handler (no multic