Re: Hystrix Fallback not executed on Thread Pool/Semaphore rejection

2016-11-01 Thread Maxime Tremblay
ther kind of failures such as rejected etc > > > > On Mon, Oct 31, 2016 at 3:44 PM, Maxime Tremblay > wrote: > > Hi, > > > > In the Camel-Hystrix component, what motivated the choice the execute the > > Fallback only when an Exception is raised ? > >

Hystrix Fallback not executed on Thread Pool/Semaphore rejection

2016-10-31 Thread Maxime Tremblay
Hi, In the Camel-Hystrix component, what motivated the choice the execute the Fallback only when an Exception is raised ? Why not to let the end user choose if they want to execute the fallback or not when no Exception is raised ? To put in context: The getFallback() is called by Hystrix in all

Re: Host header not set correctly with camel-http4

2012-10-29 Thread Maxime Tremblay
Thanks much, your proposed fix is working well. I opened the jira ticket https://issues.apache.org/jira/browse/CAMEL-5757for this problem. Max On Mon, Oct 29, 2012 at 5:14 AM, Claus Ibsen wrote: > On Fri, Oct 26, 2012 at 9:01 PM, Maxime Tremblay > wrote: > > Hi All, > >

Re: Host header not set correctly with camel-http4

2012-10-26 Thread Maxime Tremblay
Sorry, just forgot to say that I'm using camel 2.10.1 in this example. On Fri, Oct 26, 2012 at 3:01 PM, Maxime Tremblay wrote: > Hi All, > > I just have to switch to camel-http4 for some request proxying whit > bridgeEnpoint=true. > > Now I have the problem that the

Host header not set correctly with camel-http4

2012-10-26 Thread Maxime Tremblay
Hi All, I just have to switch to camel-http4 for some request proxying whit bridgeEnpoint=true. Now I have the problem that the Host header is not set correctly in the HTTP request. The original Host is put instead of the target Host. Everything was working fine with camel-http. And I cannot fin