This content has been marked as final.
Show 3 replies
-
1. Re: How can I access to thread pool of jboss container in web application?
jfclere May 24, 2013 2:53 AM (in response to liverpoolilove)I guess it is related to WFLY-500
-
2. Re: How can I access to thread pool of jboss container in web application?
liverpoolilove May 26, 2013 9:41 PM (in response to jfclere)Does not support this?
-
3. Re: How can I access to thread pool of jboss container in web application?
dmlloyd May 28, 2013 8:47 AM (in response to liverpoolilove)The thread pool you configure is for the usage of the web subsystem itself; you cannot use it directly. However, Java EE 7 introduces the notion of a user-defined thread pool which you can inject as a ExecutorService; once this feature is ready you'll be able to do this. https://issues.jboss.org/browse/WFLY-500