79218200

Date: 2024-11-23 15:35:28
Score: 1.5
Natty:
Report link

In latest camel version 4+, we can configure as below.

    <bean id="http" class="org.apache.camel.component.http.HttpComponent">
        <property name="connectionsPerRoute" value="${defaultMaxConnectionsPerHostOrRoute}"/>
    </bean>

http://camel.apache.org/http.html

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: U_R_Naveen UR_Naveen