users@glassfish.java.net

(nbjrcg) Is it possible to control the number of concurrent instances of a Message-Driven-Bean?

From: Jorge Campins <jrcampins_at_cantv.net>
Date: Thu, 12 Jun 2008 07:01:13 -0430

From: Jorge Campins
To: users_at_glassfish.dev.java.net
Sent: Thursday, June 12, 2008 6:55 AM
Subject: (nbjrcg) Is it possible to control the number of concurrent instances of a Message-Driven-Bean?


Is it possible to control the number of concurrent instances of a Message-Driven-Bean?

 

In particular I would like to avoid messages from a specific queue to be retrieved in parallel by 2 or more instances of the corresponding MDB.

 

Thanks.