Re: Http4 Component - 2.14 - Set Request Timeout

2015-01-09 Thread Willem Jiang
You can use the option httpClient.connectTimeout=6 to set the request timeout. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On January 9, 2015 at 4:09:39

Re: Http4 Component - 2.14 - Set Request Timeout

2015-01-09 Thread IgnatiusReilly
Willem, Thanks for your reply. I just noticed that the issue was something else... I was about to delete the message! Thanks anyway. Ignatius -- View this message in context: http://camel.465427.n5.nabble.com/Http4-Component-2-14-Set-Request-Timeout-tp5761479p5761533.html Sent from the

Http4 Component - 2.14 - Set Request Timeout

2015-01-08 Thread IgnatiusReilly
Hi, I am trying to set the Connection Request Timeout in Camel 2.14. According to the documentation the URI parameter does not work; however it is not clear how to do it using HttpClientBuilder and RequestConfig.Builder. Could someone let me know how to configure this parameter in a Camel Route?