Thread pools available to applications in JBoss EAP
Issue
- Should we use a JBoss EAP provided Thread Pool in our application to receive support or can we use a Spring Thread Pool implementation as JBoss also supports Spring?
- Reference Thread pools programaticaly in application code ? I saw that we can create thread pools in standalone xml using this
<threads xmlns="urn:jboss:threads:2.0">so can i reference them in java code using some kind of look up and use them as work managers ? Could you point to some documentation or example to access such definitions programatically?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
