Marshal().Jib

2016-08-10 Thread Adrian Khalili
Hi Camel users forum, I am relatively new to Camel. I have couple of questions regarding Jibx. I am trying to marshal an object to Jibx and send it to a webservices endpoint. Please see the code snippet below: from("what should this be?").marshal().jibx(jibxMock).to("WebsericesEndPoint"); My q

Kafka Component options question

2016-08-19 Thread Adrian Khalili
Reading Camel Kafka component documentation below: http://camel.apache.org/kafka.html What does consumerStreams mean/does in options? Sadly there is absolutely not documentation or further explanation on this. Thanks, Adrian This e-mail and its contents (to include attachments) are the propert

Camel Kafka Component

2016-09-01 Thread Adrian Khalili
I am trying to find more information on Camel Kafka component. There seems to be just one page on the web regarding this component and is not very well documented. I have two specific questions. 1. When the message comes in, there should be associated acknowledgment associated with the message