users@glassfish.java.net

Re: Anyway to customize thread pool for MDBs consuming from a JMS Queue?

From: <glassfish_at_javadesktop.org>
Date: Mon, 12 May 2008 03:33:29 PDT

Hi, you could use the following properties in the sun-ejb-jar to control the MDB pool
<sun-ejb-jar>
    <enterprise-beans>
          <ejb>
             <bean-pool>
             <steady-pool-size>10</steady-pool-size>
             <resize-quantity>2</resize-quantity>
             <max-pool-size>30</max-pool-size>
              <pool-idle-timeout-in-seconds>60</pool-idle-timeout-in-seconds>
           </bean-pool>
[Message sent by forum member 'rampsarathy' (rampsarathy)]

http://forums.java.net/jive/thread.jspa?messageID=273759