Re: Java Route Not Finishing

2014-02-13 Thread Zadko
It turns out that the MQTT component only supports consuming from that endpoint. I figured out that I can consume a message as an MQTT message if I send the message as a JMS. Like follows: from("mqtt:test?subscribeTopicName=zaq.avila.send") .process(new Rest

Re: Problem in mqtt Component

2014-02-11 Thread Zadko
I am working on doing the exact same thing; consuming from a topic and publishing to another. The consuming works fine however nothing gets published. I was made aware of the following note of the doc http://camel.apache.org/mqtt.html Note: The component curr

Java Route Not Finishing

2014-02-10 Thread Zadko
Hi, I am working on a project and have decided to use Camel and ActiveMQ. I am attempting to create a route using Java and MQTT endpoints. Within this route I have also incorporated a Processor. This is what my route looks like: from("mqtt:test?subscribeTopicName=zaq.avila.send")