4 Replies Latest reply on Aug 21, 2012 8:13 AM by gboro54

    JBoss 7.1 and Thread Pools

    gboro54

      Is there a way to create a thread pool in JBoss 7.1 and have an application utilize those threads? At the moment I have utilzing the ExecutorService with a class that implements runnable but believe it would be ideal if I could setup and utilize threads managed by the container.