I am looking for some information as when ejbRemove is called on a message driven bean. I understand the fact that there is a JMS session pool that is created to read JMS messages of the queue and this pool size is 15 by default. For each of those session, one MDB instance is created. Can more MDB instances be created and the previously created one removed (with ejbRemove called on it)? If yes, I suppose there is some kind of a pool of MDB instances. Where can I configure this pool?
We have one of our test where exceptions are thrown from the onMessage of the MDB. In this case, it seems that new MDB instances are created, but the old ones do not seem to go away (or at least, ejbRemove does not seem to be called). Thanks in advance for any help. Thomas ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
