Question : How do i specify maximum pool size for MDB in WAS

I want to create multiple instance of MDB in WAS 6.1. We are trying to use tag to specify the max-pool-size in ejb-jar.xml file. But we are getting an error mentioned below when I am trying to specify the tag in ejb-jar.xml file.
Is there any way how can I set the max-pool size for MDB in ejb-jar.xml. Do I need to specify the same in any other IBM deployment descriptor file.
Code Snippet:
1:
2:
3:
4:
5:
Error:
 
cvc-complex-type.2.4.a: Invalid content was found starting with element 'bean-pool'. One of 
 '{"http://java.sun.com/xml/ns/j2ee":messaging-type, "http://java.sun.com/xml/ns/
 j2ee":transaction-type}' is expected.

Answer : How do i specify maximum pool size for MDB in WAS

WAS provides for a set of parameters for resources admin console to control the threads to be used and the batch size of messages poassed on to MDBs. We configued these paameters to achive good scalability.
Random Solutions  
 
programming4us programming4us