[jboss-user] [EJB/JBoss] - Re: Stateless Session Bean pool MaximumSize with strictMaxim

rmurugs do-not-reply at jboss.com
Thu Aug 21 17:25:35 EDT 2008


in jboss.xml , add this and try out.


 			<ejb-name>ejbName</ejb-name>
 			<pool-config>
 				<pool-class>org.jboss.ejb3.StrictMaxPool</pool-class>
 				<pool-max-size>5</pool-max-size>
 				<pool-timeout>60000</pool-timeout>
 			</pool-config>
 		


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171888#4171888

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171888



More information about the jboss-user mailing list