I'm using JBoss 5.1.0 GA together with JMS.
I have two message-driven beans.
Could someone explain the threading model to me? For example, does each MDB have a separate thread pool? Do they share a global pool?
I'm using JBoss 5.1.0 GA together with JMS.
I have two message-driven beans.
Could someone explain the threading model to me? For example, does each MDB have a separate thread pool? Do they share a global pool?
To answer my own question. All message-driven beans share a common thread pool that can be configured in jca-jboss-beans.xml in the deploy directory.