At the moment I am deploying a route to consume MQTT messages from an
ActiveMQ broker.

from("mqtt:test?clientId=3&subscribeTopicNames=foo&host=tcp://localhost:1883")
        .to("file:src/data").log("transfered to file");         

Nothing is Dequeued and I also dont receive a file in src/data.

Does anyone out there know what the problem could be. I am really curious
whats going wrong here.

Thank you in advance. 




--
View this message in context: 
http://camel.465427.n5.nabble.com/MQTT-Route-not-working-tp5771587.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to