Re: ERROR : com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character 'H' (code 72) in prolog; expected '<'

2017-06-13 Thread Siddharth Patil
Thank you Zoran. -- View this message in context: http://camel.465427.n5.nabble.com/ERROR-com-ctc-wstx-exc-WstxUnexpectedCharException-Unexpected-character-H-code-72-in-prolog-expected-tp5803231p5803413.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel MQTT component fails when set sslContext

2017-06-13 Thread Rafa Ruiz
Thanks Claus. But same result: "Could not find a suitable setter for property: sslContext as there isn't a setter method with same type: java.lang.String nor type conversion possible: No type converter available to convert from type: java.lang.String to the required type: javax.net.ssl.SSLContext w

Insert activemq data into complex java object

2017-06-13 Thread daleCooper
I have an activemq queue generating messages with this structure: AAA TEST BBB TEST and i have this code to transform the structure into java objects: JaxbDataFormat searchXmlRequestJaxb= new JaxbDataFormat(); searchXmlRequestJaxb.setConte

onException() Redelivery to parent route

2017-06-13 Thread sap
Hi. I have a route similar to below. from("sql:select id from tab where value = 1234?outputHeader=id&outputType=SelectOne") .to("direct:domore") from("direct:domore") .to(some ftl which will use the id) .to(some queue) When an exception occurs in route "direct:domore", most likely cause is a r

zookeeper Leader selection

2017-06-13 Thread Venkateswarlu Bommineni
Hi Team, I am new to Apache Camel and this group as well., Please help me in finding a solution to below issue. I have a Zooker and configured Apache Camel with ZK as below. ZooKeeperRoutePolicy routePolicy = new ZooKeeperRoutePolicy("zookeeper://{{XXX.zkHost}}/{{XXX.zkrouteppolicy}}", 1);