0 Replies Latest reply on Oct 19, 2016 5:36 AM by piyush.mnnit

    Apache Camel Rest Jetty Threading model

    piyush.mnnit

      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