I have been trying to use websocket transport in camel route, and was
suggested to include activemq-optional.jar . but latest version of Camel
2.10.4 and activemq-optional.jar 5.7.0 seems to be incompatible . It seems
that jetty version causes conflicts.
When I use camel 2.11-SNAPSHOT then ther
Hi,
I am using camel routes to embedded broker using following code.
ConnectionFactory connectionFactory = new
ActiveMQConnectionFactory("vm:broker:(ws://0.0.0.0:61614)")
getContext().addComponent("event-jms",JmsComponent.jmsComponentAutoAcknowledge(connectionFactory))
from("jetty:http://