[jboss-user] [JBossMQ] - Re: MDB Pool

b.eckenfels do-not-reply at jboss.com
Thu Jan 29 10:09:46 EST 2009


First you need to know if you can process the messages in parallel and how long the onMessage() MEthod will run. This will determine how many threads you can run in parallel (concurrency and reordering) on which queue.

The MDB Pool itself is not that interesting (if enough instances are available) as the parallelity is controled by the dequeueing threads.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4205602#4205602

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4205602



More information about the jboss-user mailing list