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