1 Reply Latest reply on Dec 14, 2009 6:42 AM by jaikiran

    Configure MDB PoolSize

    ejb3workshop

      I would like to increase the default number of MDBs per pool. Using the jmx-console I found that the MaxPoolSize is set to 15. I have tried making various changes to ./conf/standardjboss.xml however none have allowed me to increase the number of MDB instances in my pool. I have found this http://www.jboss.org/ejb3/docs/reference/build/reference/en/html/session-bean-config.html, but I am hoping for easier way to increase my global default pool size.

       

      I know about using annotations, but I want to set the global pool size for all MDBs. This is for two reasons:

       

      1.) I want to be able to change my pool size without having to reconfigure / redeploy my application

      2.) Change all MDBs in one central place

       

      I am using JBoss 4.2.3 with JBM 1.4.2-SP1

       

      Thanks in advance.

      Alex