You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2019/10/14 10:43:00 UTC

[jira] [Resolved] (CAMEL-13325) HttpConnectionManagerParams not working for HTTPS URL

     [ https://issues.apache.org/jira/browse/CAMEL-13325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-13325.
---------------------------------
    Resolution: Won't Fix

camel-http is deprecated and removed

> 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
>            Assignee: Dmitry Volodin
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: camel-http-client.zip
>
>
> We use Apache Camel's *camel-http* component to integrate with HTTP & HTTPS 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.
> With default  *HttpConnectionManager,* connections are limited to 2 per host and all user requests gets queued up and response time increased exponentially. 
>  
> Is there something to be additionally configured for HTTPS url? 
>   



--
This message was sent by Atlassian Jira
(v8.3.4#803005)