Hello all,

I was under the impression that in order to limit my mdb pool size to the 
strict max of 25, all I had to do was to set the container-pool-conf elements:

       <container-pool-conf>
         25
         true
         15000
       </container-pool-conf>

However, once deployed and bombarded with jms messages, the pool never grows 
beyond 15 (accroding to jmx-console monitoring). I looked into the 
strandardjboss.xml further and realized that there is also   
<invoker-proxy-binding> for message-driven-beans which specifies 

      <proxy-factory-config>
        ...
        1
        15
        30000
        1
        ...

Can someone explain (or point me to comprehensive docs on the subject) what the 
difference is between setting the container-pool-conf.MaximumSize and 
proxy-factory-config.MaximumSize?

Thanks a lot
James



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

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


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to