Hello,

I have tried "httpClient.connectionManagerTimeout" in the following way.

from("servlet:///test")
   .process(new MyProcessor())
       
.to("http://<ipaddress-not-existing>:8080/context??bridgeEndpoint=true&httpClient.connectionManagerTimeout=1")

>From this I expected it to timeout immediately. However, Camel sends the
request and waits for the response for more than 30 seconds.

Why is the above example not working ?

Also, how do I simulate a "Connection Timeout" using camel (need it for a
testcase).

Thanks in advance.

-Kalyan




--
View this message in context: 
http://camel.465427.n5.nabble.com/Problem-with-httpClient-connectionManagerTimeout-on-Camel-2-10-4-tp5733367.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to