Camel - Http Timeout

2014-12-08 Thread Supreet
n.timeout. Is there any other way to do it ? Thanks in advance for your help. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Http-Timeout-tp5760355.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: HTTP timeout

2013-02-15 Thread Claus Ibsen
and whatnot https://hc.apache.org/httpclient-3.x/apidocs/index.html > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/HTTP-timeout-tp5727649.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red

HTTP timeout

2013-02-15 Thread cgsk
eventually it exceeds my timeout of 10 secs. Why httpclient libraries default behaviour of retrying is not getting overriden by soTimeout. Is there a better way to disable retry through camel config. Please advise. -- View this message in context: http://camel.465427.n5.nabble.com/HTTP-timeout

Re: setting http timeout doesn't work

2011-06-02 Thread ist-olga
roduce any exception and successfully gets me http content. It makes me think that this parameter is not set up correctly. -- View this message in context: http://camel.465427.n5.nabble.com/setting-http-timeout-doesn-t-work-tp4446621p4448565.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: setting http timeout doesn't work

2011-06-02 Thread Ashwin Karpe
2011 - -- View this message in context: http://camel.465427.n5.nabble.com/setting-http-timeout-doesn-t-work-tp4446621p4447758.html Sent from the Camel - Users mailing list archive at Nabble.com.

setting http timeout doesn't work

2011-06-01 Thread ist-olga
ata successfully. -- View this message in context: http://camel.465427.n5.nabble.com/setting-http-timeout-doesn-t-work-tp4446621p4446621.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel stuck periodicallly - HTTP timeout issue

2009-05-31 Thread Claus Ibsen
>> sun.net.client.defaultReadTimeout? >>>> Yeah timeout setting is actually hard as well. >>>> You got the OS level, the JVM, the JVM system properties, the >>>> framework and then Camel as well. >>>> And they all got different/independent timeout and

Re: Camel stuck periodicallly - HTTP timeout issue

2009-05-31 Thread Willem Jiang
Camel. Some of the >>> transports offer a timeout. >>> - JMS >>> - Mina >>> - and maybe some others but I cannot remember. But its documented in >>> the wiki if they have a timeout option >>> >>> However we could consider having a Ca

Re: Camel stuck periodicallly - HTTP timeout issue

2009-05-31 Thread Claus Ibsen
er a timeout. >> - JMS >> - Mina >> - and maybe some others but I cannot remember. But its documented in >> the wiki if they have a timeout option >> >> However we could consider having a Camel timeout feature so Camel at >> least could and indic

Re: Camel stuck periodicallly - HTTP timeout issue

2009-05-26 Thread harinair
amel timeout feature so Camel at > least could and indicate a timeout error. > However its not easy to do with all protocols. And we need some latch > around that can trigger when a timeout occur. > > But I do think we could add something to the SendToProcessor that can > support

Re: Camel stuck periodicallly - HTTP timeout issue

2009-05-26 Thread Claus Ibsen
ut I do think we could add something to the SendToProcessor that can support a custom Camel timeout that kinda overrule any other. But this requires a latch and to use a different thread for sending. Or am I wrong on this? Any thought? > > Hari Gangadharan > -- > View this message in conte

Camel stuck periodicallly - HTTP timeout issue

2009-05-21 Thread harinair
://www.nabble.com/Camel-stuck-periodicallly---HTTP-timeout-issue-tp23659334p23659334.html Sent from the Camel - Users mailing list archive at Nabble.com.