I have created a MDB beans and deployed in
Jboss 1.4 server. I need to configure the number of maximum beans in a pool. I have done changes in standardjboss.xml, however this applies to all the MDB’s which are deployed in server.
I want to configure MaximumSize property to only a single bean, is there any way I can do that in ejb-jar.xml or in jboss.xml ?
Please let me know … thanks for your help.