1 Reply Latest reply on May 29, 2015 9:04 AM by wdfink

    Is it possible to use different EJB Asynchronous Thread Pools for different applications?

    abraham.romero

      Hi everyone!

       

       

      We are using JBoss EAP 6.2.

      We need to limit the number of threads by application. It seems like we can define a new thread pool:

           - https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6/html/Administration_and_Configuration_Guide/Create_a_Thread_Pool.html

       

       

      and use it:

           - https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6/html/Administration_and_Configuration_Guide/Configure_the_EJB3_Asynchronous_Invocation_Service_Thread_Pool.html

       

       

      but this configuration is for the whole server. We have two applications running in the same JBoss server launching asynchronous EJB threads, is there any way to use a different thread pool in each application?

       

       

      Thanks for your time.