4 Replies Latest reply on Oct 4, 2013 3:33 AM by sfcoy

    JBoss AS 7.1.3 - Thread pool configuration for @Asynchronous EJB invocations

    jmsjr

      JBoss AS 7.1.3

       

      I can't seem to find anywhere in the documentation the following:

       

      1) What is the default configuration for the thread pool used for @Asynchronous method invocations ?

      2) How can I change the thread pool used for @Asynchronous method invocations ?

      3) Is the thread pool used for @Asynchronous method invocations also used for other purposes ? Is it thread pool shared for other purposes ( e.g. all EJB method invocations, asynchronous or not ) ?

      4) Can I have a separate thread pool specifically just for @Asynchronous method invocations ?

       

      Any pointers / references greatly appreciated.