Attached is my jboss.xml for a MDB. I am trying to play with
various configuation to see how it works, among the things 
you can configure, there are 
            15
            5
and I believe that are used to config the instance numbers on the pool.

When I looked at the jmx-console for java:j2ee
jndiName=local/MyFirstMessageDrivenBean,plugin=pool,service=EJB 

I saw the maxsize is 100, and no where to see minsize.
Am I looking at the correct place?

Thanks
Lei


--------------------------
jboss 3.23 is used
jboss.xml attached, you may need to view source to see the full xml
 ---------------------------------


<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE jboss PUBLIC
      "-//JBoss//DTD JBOSS 3.2//EN"
      "http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd";>

   <invoker-proxy-bindings>
      <invoker-proxy-binding>
         my-message-driven-bean
         <invoker-mbean>default</invoker-mbean>
         <proxy-factory>org.jboss.ejb.plugins.jms.JMSContainerInvoker</proxy-factory>
         <proxy-factory-config>
            DefaultJMSProvider
            StdJMSPool
            15
            5
            1
            
               10
               
                  queue/DLQ
                  10
                  0
               
            
         </proxy-factory-config>
      </invoker-proxy-binding>
   </invoker-proxy-bindings>

   <enterprise-beans>
      <message-driven>
         <ejb-name>MyFirstMessageDrivenBean</ejb-name>
         <configuration-name>Standard Message Driven Bean</configuration-name>
         <destination-jndi-name>queue/MyFirstTestQueue</destination-jndi-name>
         <invoker-bindings>
            
               
<invoker-proxy-binding-name>my-message-driven-bean</invoker-proxy-binding-name>
            
         </invoker-bindings>
      </message-driven>
    </enterprise-beans>


<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824781#3824781";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824781>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to