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

apache camel websocket over stomp with user password

2017-05-04 Thread daleCooper
Hi guys! I would like to subscribe to a websocket that is running over stomp, but i'm having multiple issues: The URI i have to connect to is ws://desa-datahub.donostia.eus/stomp with the credentials (user/myPassword) and with the topic :topic/myTopic How can i do it with apache camel? Rega