Event Driven Use Case

2013-02-02 Thread Rakesh Sharma
I am implementing a flow(route) using camel that requires interaction with multiple external systems via RestFul service calls. These service calls provide only an ACK back. The actual response is sent by external system by making another service call back to my application. My app is running in to

Re: Regarding OnCompletion functionality

2013-02-02 Thread Christian Müller
Sorry, I didn't understand your requirements. Could you explain it in more detail? See my comments inline. Sent from a mobile device Am 01.02.2013 11:38 schrieb "BAnanth" : > > Hi, > > We have a requirement wherein we need to insert/update DB record after the > last route in the context is execute

Re: How to set proxy excludes on http component?

2013-02-02 Thread Christian Müller
Camel-http leverage on commons-httpclient 3.x. How would you do it there? Sent from a mobile device Am 01.02.2013 13:51 schrieb "Christian Schäfer" : > Hello there, > > > just wonder how to set proxy excludes on http component asI didn't find > any note in the docs. > > Proxy excludes that are gl

Re: Google Plus - Apache Group

2013-02-02 Thread Christian Müller
Hi Charles, Please change the Google group picture and use our Apache Camel logo (should be fine IMO) or a neutral camel picture. Best, Christian Sent from a mobile device Am 01.02.2013 14:59 schrieb "Charles Moulliard" : > Hi, > > For our supporters/fans and people who belong in Apache Camel p

Re: Spring bean injection best practice

2013-02-02 Thread Christian Müller
And I prefer to("bean://my bean") because it's more inline with the other endpoints and easier to intercept if necessary. Just my 0.02 €, Christian Sent from a mobile device Am 01.02.2013 16:41 schrieb "Wuyts Diether" : > There are a few possibilities when using spring beans in your camel > rout

Re: Reading a file

2013-02-02 Thread Christian Müller
In this case you can use a producer template and send the received message (file) to what ever endpoint you want, e.g. a direct endpoint. And for this endpoint, you can develop a route with the functionality you want: from("direct:start") .to("...") ... .to(".."); Exchange exchange = receiv

Re: Wrong test for allowRedeliveryWhileStopping, possible bug.

2013-02-02 Thread Christian Müller
Thanks for reporting. I considered this as a bug. I created the ticket for you: https://issues.apache.org/jira/browse/CAMEL-6033 Best, Christian On Sat, Jan 26, 2013 at 3:28 PM, lleclerc wrote: > Should I create a jira thread ? > > > > -- > View this message in context: > http://camel.465427.n5