I am using an EJB 3.0 MDB to read messages asynchronously from a MQ queue. This MDB is packaged as a jar and imported as a dependency into a Web project.
This application is deployed on Websphere 8.x, and the whole configuration, including the activation spec is similar to the one showed in this post: How to configure Java Message Driven Beans and Websphere Activation specification without hardcoded JNDI Names?
My question is, how can I configure the thread pool, that is, the number of threads that are going to process the messages?
I have found some IBM articles about it, but all of them about the deprecated ListenerPorts, not the activation specs.