[ 
https://issues.apache.org/activemq/browse/CAMEL-2956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60689#action_60689
 ] 

Claus Ibsen commented on CAMEL-2956:
------------------------------------

Also make it easier to configure Connector options such as some of the options 
listed here
{code}

<Call name="addConnector">
      <Arg>
          <New class="org.eclipse.jetty.server.nio.SelectChannelConnector">
            <Set name="host"><Property name="jetty.host" /></Set>
            <Set name="port"><Property name="jetty.port" default="8080"/></Set>
            <Set name="maxIdleTime">300000</Set>
            <Set name="Acceptors">2</Set>
            <Set name="statsOn">false</Set>
            <Set name="confidentialPort">8443</Set>
            <Set name="lowResourcesConnections">20000</Set>
            <Set name="lowResourcesMaxIdleTime">5000</Set>
          </New>
      </Arg>
    </Call>
{code}

> camel-jetty - Make it easier to set min/max thread pool for Server
> ------------------------------------------------------------------
>
>                 Key: CAMEL-2956
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2956
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-jetty
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> So you can control the min/max settings or define a custom thread pool in 
> Jetty component

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to