Re: Unable to shutdown endpoint when intercepted with interceptSendToEndpoint

2015-06-28 Thread Claus Ibsen
Hi Yeah seems like a little bug, you are welcome to log a ticket On Thu, Jun 25, 2015 at 11:53 AM, gterral guillaume.ter...@gmail.com wrote: Hello, I'm facing an issue with the version of camel 2.15.2 I have a component that create an endpoint. This endpoint override the shutdown and

Re: activemq away catch exception

2015-06-28 Thread Claus Ibsen
Hi Check the AMQ documentation as it has some sendAsync alwaysSendSync options you can enable. Also you can configure the connection to not try failover etc. and if so a maximum number etc. On Fri, Jun 26, 2015 at 11:35 AM, ndaniel nicolas.dan...@canal-plus.com wrote: hi everyone, I'm testing

Re: Camel proxy through Tomcat Servlet tunning

2015-06-28 Thread Claus Ibsen
Hi There is a faster one here http://camel.apache.org/how-to-use-camel-as-a-http-proxy-between-a-client-and-server.html On Thu, Jun 25, 2015 at 2:04 PM, Emmanouil Gkatziouras gkatzio...@gmail.com wrote: Greetings I had success on creating a camel http proxy that receives data from a tomcat

Re: route specification in web.xml

2015-06-28 Thread Tim Dudgeon
Thanks. That's what I need. But are you aware that all the code snippets are missing from that page? Tim On 27/06/2015 09:30, Claus Ibsen wrote: Hi Yes there is more documentation here http://camel.apache.org/servletlistener-component.html On Thu, Jun 25, 2015 at 1:40 PM, Tim Dudgeon

Camel activemq consumer

2015-06-28 Thread rbkumar88
Hi, Is there anyway to have a camel activemq consumer to consume only one message at a time. PFB the scenario. I have a quartz scheduler which runs every 10 minutes and checks for a condition, if the condition is satisfied, pull only one message from queue else do nothing. Regards Bharath.

http-proxying and headerfiltering

2015-06-28 Thread caretka808
It's noted in many of the http components (http4, for example) that the component will copy the In message headers to the Out message headers. It's also documented as an example that camel can be used as a proxy bridge from one HTTP endpoint to another. There are posts that recommend that folks