I would like to know if the parameter maximumPoolSize on service WorkManagerThreadPool in jca-boss-beans.xml limit the maximum of threads we can instantiate ?
Thanks for your answers,
Nicolas Maujean
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s the maximum number of JCA connections that can be active at the same time (each connection is managed by a thread). So this property doesn’t limit the overall number of threads JBoss is using, but just JCA connections. If you want more information about performance and pools you can check Best Practices for Performance Tunning.