Aha?finally it worked?!!!

I tried it yesterday with same setting, but not sure what mistake I was doing.

We need to configure MaximumSize in 
<JBOSS_HOME>\server\default\conf\standardjboss.xml to limit number of threads 
of MDB.


<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
        2
        30000
        1
        
          10
          
            queue/DLQ
            10
            0
          
        
      </proxy-factory-config>
    </invoker-proxy-binding>


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972527
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to