I want to understand how multi-threading works for apache camel rest jetty. Also how to configure custom if required.
I defined default threadpool profile for apache camel context but it does not seem to change threading for rest jetty.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<threadPoolProfile id="myDefaultProfile"
defaultProfile="true"
poolSize="15" maxPoolSize="50" maxQueueSize="100" rejectedPolicy="Abort" />
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks & Regards,
Piyush Jain