I have figured that out. The second timeout was another timout, ConnectionManagerTimeout, which can similarly be set as:
httpClient.connectionManagerTimeout=xxx when building a Camel route. Indeed, similarly, all HttpClientParams here http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclient/params/HttpClientParams.html can be set, with the names used for private members, (check setter/getter names) -- View this message in context: http://servicemix.396122.n5.nabble.com/Camel-http-component-timeout-tp5484005p5486905.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
