retrieving iru in onException

2014-03-16 Thread moj0002
I am trying to write a simple "ping" application. I ping urls in a multicast and if there is a connection exception I catch it in a onException which calls a aggregation that builds an email If myFirstURLToPing is down I can't figure out out how to pass the URL via the Exception to the email body.

update HTTP request using previous response

2014-03-16 Thread aidatechinc
Hello, What is the best way to update a HTTP request using the response. So the service returns a position and this position needs to be sent in subsequent request. 1) post message with position 0 2) read response 3) update request with new position from response 4) go back and post aga

Re: Problems of camel-hbase component

2014-03-16 Thread liugang594 Liu
OK, thank you. BTW, how about Point 3 and Point 4? do you think they are problems or not? Thanks 2014-03-14 22:54 GMT+08:00 Claus Ibsen : > Ad 1) > You can see the names in these classes > > > https://github.com/apache/camel/blob/master/components/camel-hbase/src/main/java/org/apache/camel/com

exchange body being updated while route is not complete

2014-03-16 Thread aidatechinc
Hello, Below is a route, once I put the message in rabbit mq, the body is being updated by the pipe afterwards, is that possible?

Re: Using Camel properties

2014-03-16 Thread javakurious
Thanks ! -- View this message in context: http://camel.465427.n5.nabble.com/Using-Camel-properties-tp5748299p5748872.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel cxf https

2014-03-16 Thread aidatechinc
Use https4. to post over HTTPS https://camel.apache.org/http4.html -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-https-tp5748846p5748867.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel cxf https

2014-03-16 Thread Willem Jiang
You need to take a look at configuration of Jetty in CXF[1] [1]http://cxf.apache.org/docs/jetty-configuration.html -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem O

Re: How do I add Camel Support to an existing application

2014-03-16 Thread Claus Ibsen
Hi Some of the more open wide questions is harder to answer / help. And this community is volunteer based so people dont always have the time to help asap. Yeah sure Camel can very likely do most of what you are looking for. I suggest to study the EIPs and see which ones you can use. http://cam

Re: Using Camel properties

2014-03-16 Thread Claus Ibsen
Ah though we had implemented that. Kinda recall that being talked about in the past / JIRA ticket. Fell free to log a ticket so we can add such an option. On Sat, Mar 15, 2014 at 11:21 PM, javakurious wrote: > Hi Claus, thanks for the response. Sorry, I didn't see your response, as I am > not ge

camel cxf https

2014-03-16 Thread chaij
I want to provide a soap web service over https with cxf inside karaf. how can I enable/configure https? Thanks, Jin -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-https-tp5748846.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel-Hazelcast: How to setup multiple nodes?

2014-03-16 Thread doug5791
I am working with Apache Camel and the Hazelcast component and I would like to know if there is a way to implement this component in a route that utilized more than one node in the data-grid. An example of the route I am using now that generates ONE node is as follows: `from(direct:foo).toF("hazel