Hy everybody,
I need one of my components in a single thread this component I deployed to
lwcontainer and configured "lwcontainer-ExecutorConfig" as follows (I'm
using jca-flow):
<property name="configs">
<map>
<entry key="flow.jca.servicemix-lwcontainer">
<bean
class="org.apache.servicemix.executors.impl.ExecutorConfig">
<property name="corePoolSize" value="1"/>
<property name="maximumPoolSize" value="1"/>
<property name="queueSize" value="1000"/>
</bean>
</entry>
</map>
</property>
But in the log-File I see that for my Component are more then one Thread
created. I also tried
entry-key I also tried:
<entry key="pool-flow.jca.servicemix-lwcontainer">
but nothing changed. Can someone help?
Greets Goldi
--
View this message in context:
http://www.nabble.com/Thread-Configuration%21-tf4213032s12049.html#a11984953
Sent from the ServiceMix - User mailing list archive at Nabble.com.