[
https://issues.apache.org/jira/browse/CAMEL-13325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arthanarisamy Annamalai updated CAMEL-13325:
--------------------------------------------
Description:
We use Apache Camel's *camel-http* component to integrate with HTTP endpoints,
*HttpConnectionManagerParams* is used to configure defaultconnectionsPerHost
and maxTotalConnections.
{code:java}
// <bean
class="org.apache.commons.httpclient.params.HttpConnectionManagerParams"
id="MyHttpConnectionManagerParams"> <property
name="defaultMaxConnectionsPerHost" value="20"/> <property
name="maxTotalConnections" value="200"/> </bean>
{code}
Above parameters takes effect only if the endpoint URL is over HTTP, same
configuration becomes void and default *HttpConnectionManager* takes effect
when endpoint is over HTTPS.
Is there something to be additionally configured for HTTPS url?
was:
We use Apache Camel's *camel-http* component to integrate with HTTP endpoints,
*HttpConnectionManagerParams* is used to configure defaultconnectionsPerHost
and maxTotalConnections.
{{<bean
class="org.apache.commons.httpclient.params.HttpConnectionManagerParams"
id="MyHttpConnectionManagerParams"> <property
name="defaultMaxConnectionsPerHost" value="20"/> <property
name="maxTotalConnections" value="200"/> </bean>}}
Above parameters takes effect only if the endpoint URL is over HTTP, same
configuration becomes void and default *HttpConnectionManager* takes effect
when endpoint is over HTTPS.
Is there something to be additionally configured for HTTPS url?
> HttpConnectionManagerParams not working for HTTPS URL
> -----------------------------------------------------
>
> Key: CAMEL-13325
> URL: https://issues.apache.org/jira/browse/CAMEL-13325
> Project: Camel
> Issue Type: Bug
> Components: camel-http
> Affects Versions: 2.17.3
> Reporter: Arthanarisamy Annamalai
> Priority: Major
>
> We use Apache Camel's *camel-http* component to integrate with HTTP
> endpoints, *HttpConnectionManagerParams* is used to configure
> defaultconnectionsPerHost and maxTotalConnections.
> {code:java}
> // <bean
> class="org.apache.commons.httpclient.params.HttpConnectionManagerParams"
> id="MyHttpConnectionManagerParams"> <property
> name="defaultMaxConnectionsPerHost" value="20"/> <property
> name="maxTotalConnections" value="200"/> </bean>
> {code}
> Above parameters takes effect only if the endpoint URL is over HTTP, same
> configuration becomes void and default *HttpConnectionManager* takes effect
> when endpoint is over HTTPS.
> Is there something to be additionally configured for HTTPS url?
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)