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
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