Hi, Freeman

thanks.

I already use the default configuration. below is the default configuration:
 <sm:executorFactory>
      <bean
class="org.apache.servicemix.executors.impl.ExecutorFactoryImpl">
        <property name="defaultConfig">
            <bean
class="org.apache.servicemix.executors.impl.ExecutorConfig">
              <property name="corePoolSize"
value="${servicemix.corePoolSize}"/>
              <property name="maximumPoolSize"
value="${servicemix.maximumPoolSize}"/>
              <property name="queueSize" value="${servicemix.queueSize}"/>
            </bean>
        </property>
      </bean>
    </sm:executorFactory>

and related value is:
servicemix.corePoolSize    = 126
servicemix.maximumPoolSize = 256
servicemix.queueSize       = 256

Regards.
Leng Yong.


--
View this message in context: 
http://servicemix.396122.n5.nabble.com/http-BC-not-receive-any-http-request-tp5453027p5453207.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to