0 Replies Latest reply on Sep 17, 2008 3:53 AM by yusuke

    ESB4.4: setting the number of

      Hi,

      I'm now evaluating ESB4.4.
      No matter how I stress my ESB instance, every invm invocation is executed in "pool-11-thread-1" thread.

      I tried putting "maxThreads" property inside service element. But it didn't expand the thread pool.
      -----------------

      <services>
       <service
       category="mycategory"
       name="myservice"
       description="ESB: Takes XML in and produces a POJO"
       invmScope="GLOBAL">
       <property name="maxThreads">100</property>
       <actions mep="RequestResponse">
       <action name="transform2" class="org.jboss.soa.esb.dvdstore.DVDStoreAction">
       </action>
       </actions>
       </service>
       </services>

      -----------------
      Does anybody know how to increase the number of threads for invm invocations?

      Best regards,
      Yusuke