Hello,
I tried to increase the thread sizes, but without success.

My configuration file org.apache.servicemix.components.cxfbc.cfg contains:
threadPoolCorePoolSize=50
threadPoolMaximumPoolSize=100
threadPoolQueueSize=4096

1) In JConsole I can see, that the configuration attributes are changed,
*but not the QueueSize*:
org.apache.servicemix/ServiceMix/Executors/component.servicemix-cxf-bc/consumer/Attributes/
CorePoolSize=50
MaximumPoolSize=100
QueueSize=0

2) When I start the test, the count of threads grows (PoolSize), *but only
to the CorePoolSize*, even if the CorePoolSize were only 2. When I set the
CorePoolSize to only 1, the ServiceMix creates exactly 1 thread and doesnt
work. I think it is becouse only 1 thread is not enough for all components
on the bus.

Thanks,
Radomir

--
View this message in context: 
http://servicemix.396122.n5.nabble.com/Unsufficient-ServiceMix-behaviour-under-load-tp5659396p5667491.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to