Hi Claus,

Thanks for the reply. I provided more details, I looked at the links but I
cant find a direct solution.


Apache camel: 2.14.1
IDE: Eclipse

Route consuming from sandbox (works):
from("mqtt:test?host=tcp://iot.eclipse.org:1883&subscribeTopicName=test&qualityOfService=ExactlyOnce"
                        .to("file:src/data");

Route consuming from activemq (doesn't work):
from("mqtt:foo?host=tcp://[AcitveMQ
IP]:1883&subscribeTopicName=foo&qualityOfService=ExactlyOnce")
                        .to("file:src/data");






--
View this message in context: 
http://camel.465427.n5.nabble.com/How-do-I-consume-from-ActiveMQ-using-the-MQTT-protocol-tp5773158p5773191.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to