Hi,
Must admit that I didn't search too much, but... Is there a possibility to have a global MDBs pool?
E.g. I have 4 MDBs, i know that I can set a pool for every each of them separately:
MDB1 - pool size=3
MDB2 - pool size=5
MDB3 - pool size=6
MDB4 - pool size=2
(being specific i can define a pool size per selector), what I need is to have a global pool (of size e.g. 30) for all of them.
In JMS specification there is no mention about that, but maybe JBoss implemetation adds something like this?