[jboss-user] [EJB/JBoss] - Re: Help configure MDB threads

2009-08-14 Thread siddharth.bondre
I am using JBOSS 5.x release and class org.jboss.annotation.ejb.PoolClass is supposed to be in jboss-annotations-ejb3.jar. I am not able to find this particular jar under my JBOSS 5.x installation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249620#4249620

[jboss-user] [EJB/JBoss] - Re: Help configure MDB threads

2009-08-03 Thread jaikiran
You can configure those values on individual MDBs by using the @PoolClass annotation on the MDB. See this for an example http://www.jboss.org/ejb3/docs/reference/build/reference/en/html/session-bean-config.html#d0e26 View the original post :