Arthanarisamy Annamalai created CAMEL-13325:
-----------------------------------------------
Summary: 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
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?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)