Re: Http component didn't give response in case failover policy

2013-06-27 Thread mayank.gupta
Thanks Claus , now i am getting response in case of failover policy with LB. -- View this message in context: http://camel.465427.n5.nabble.com/Http-component-didn-t-give-response-in-case-failover-policy-tp5734441p5734892.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Http component didn't give response in case failover policy

2013-06-21 Thread sash_...@yahoo.com
Claus - I think this will solve the probem as he might have turned on the tracing and the stream was getting consumed and thereafter empty. I have one query , what is effect of spooling on performance here. I am talking of a system where I am using the http component and the expected TPS is

Re: Http component didn't give response in case failover policy

2013-06-21 Thread Claus Ibsen
Hi Yeah turn off the spooling. When spooling to disk it becomes slow. Also most boxes today have plenty of memory. http://camel.apache.org/stream-caching.html I want to refactor and offer a better spooling strategy, so you can define memory thresholds instead of just a fixed payload size. On

Http component didn't give response in case failover policy

2013-06-20 Thread mayank.gupta
Hi All , I am using camel Http component to post xml over http on Http Server . I am using Load balancer having failover policy , but i didn't get the response from exchange while I use round robin policy over LB , it responses me properly in exchange body. Now ,there is the requirement, i have

Re: Http component didn't give response in case failover policy

2013-06-20 Thread Claus Ibsen
Hi Maybe this FAQ helps? http://camel.apache.org/why-is-my-message-body-empty.html On Thu, Jun 20, 2013 at 2:30 PM, mayank.gupta gupt.mayan...@yahoo.com wrote: Hi All , I am using camel Http component to post xml over http on Http Server . I am using Load balancer having failover policy ,