With StrictMaxPool class and maxSize 1 it blocks all the EJB calls and only 
allow one call. Is there a way to instance only one Object and not blocking? 
Like SingleTon bean. I am chasing a problem where too many EJB stateless bean 
are created. When I configure only one EJB call at a time which make system 
suffer for throughput.
 I want to create only one instance but the call shouldn't be blocked. Multiple 
threads should be able to access the ejb stateless pool. Let me know what are 
my options.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232062
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to