[jboss-user] [Messaging, JMS & JBossMQ] - Re: Multithreaded MDB message processing

arekatla@gmail.com do-not-reply at jboss.com
Mon Jan 1 10:43:45 EST 2007


you can set the MDB threadpool size in standardjboss.xml file.
you can find the following section for MDB in standardjboss.xml
<invoker-proxy-binding>
      message-driven-bean
      <invoker-mbean>default</invoker-mbean>
      <proxy-factory>org.jboss.ejb.plugins.jms.JMSContainerInvoker</proxy-factory>
      <proxy-factory-config>
        DefaultJMSProvider
        StdJMSPool
        true
        <!-- WARN: Don't set this to zero until a bug in the pooled executor is fixed -->
        1
        15
        30000
        1
        
          10
          
            queue/DLQ
            10
            0
          
        
      </proxy-factory-config>
    </invoker-proxy-binding>


the following two tags represents mdb pool size

1
        15

thanks
R at mesh






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

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



More information about the jboss-user mailing list