Re: Code of calling rest service is not working

2019-07-29 Thread Jean-Baptiste Onofré
You can also use camel-cxfrs for rest server and/or client. Regards JB Le 29 juil. 2019 à 15:36, à 15:36, Omar Al-Safi a écrit: >I am new to Camel as well, I was figuring things on the way :). First >you >need to use a REST component, you can use the REST DSL

[ANNOUNCEMENT] Apache Camel Quarkus 0.0.2 released

2019-07-29 Thread Andrea Cosentino
The Camel community announces the immediate availability of Camel Quarkus 0.0.2 the first release of Camel Quarkus. The artifacts are published and ready for you to download either from the Apache mirrors or from the Github repository. For more details you can have a look  at the github

Code of calling rest service is not working

2019-07-29 Thread Jaiprakash Mewada
Hi Team, I am beginner in apache camel. I want to make to rest call but not able to get expected result. Can someone help me, what exact change I need to do in below code in order to receive the json response. *import org.apache.camel.CamelContext;import

[ANNOUNCEMENT] Apache Camel K 1.0.0-M1 released

2019-07-29 Thread Nicola Ferraro
The Camel community announces the immediate availability of Apache Camel K 1.0.0-M1, the first step towards version 1.0.0 of Camel K, with several improvements and bug fixes. The artifacts are published and ready for you to download either from the Apache mirrors or from the Github repository.

Re: Code of calling rest service is not working

2019-07-29 Thread Omar Al-Safi
I am new to Camel as well, I was figuring things on the way :). First you need to use a REST component, you can use the REST DSL , however this is only a DSL not a actual http server, you will need to include an http server component as well (e.g: