Re: How is the MQTT development ongoing ? Plans for supporting MQTT authentication ?

2014-08-15 Thread teixi
Yes, you're right I didn't pay attention to this public class MQTTConfiguration extends org.fusesource.mqtt.client.MQTT So one can easily implement MQTT auth in a Camel route like: Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/How-is-the-MQTT-development-ongoin

Scale on topics vs. on messages.

2014-08-15 Thread teixi
Hi, Imagine lots of devices sending messages to a broker. It would be better strategy to scale with a single topic with all the messages from all devices. Or in contrast it would be better to scale with lots of topics (one per device containing only the messages from that device) ? What is your

How is the MQTT development ongoing ? Plans for supporting MQTT authentication ?

2014-08-15 Thread teixi
Hi, Is there any way to create a route to an authenticated mqtt broker ? "Failed to create route mqtt... due to: Could not connect: CONNECTION_REFUSED_SERVER_UNAVAILABLE" Are there plans to implement MQTT authentication in MQTTComponent as specified by the protocol ? http://docs.oasis-open.o