I can't get more than 64 simultaneous calls per endpoint, regardless of what
I set the threads value to. Is there another parameter, or is 64 a hard
limit?
It keeps working when I use more clients, but I cant use more parallell
calls, i.e. a client have to wait until there is a free thread.
My RouteBuilder:
/public void configure() {
...
from("jetty:http://0.0.0.0:7076...").routeId(MDP_ROUTE).threads(150, 150,
"mdpEndpointThread").loadBalance(router).to(<URL1><URL2>);
}/
Camel version 2.16
Consumer:
jetty:http:0.0.0.0:7076/mdr/api/ifmdr?matchOnUriPrefix=true&enableMultipa‌rtFilter=false
Producer:
jetty:http:localhost:6080/say/hello1?bridgeEndpoint=true&throwExceptionOn‌Failure=false&disableStreamCache=true
--
View this message in context:
http://camel.465427.n5.nabble.com/Settings-for-threads-per-endpoint-tp5774319.html
Sent from the Camel - Users mailing list archive at Nabble.com.