Brokers: add ActiveMQ to the list of brokers supporting MQTT

While it supports other messaging protocols it's supported MQTT since 5.6.0,
added WebSockets support in 5.9.0 and improved MQTT it further in 5.10.0

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
Peter Robinson
2016-05-16 08:59:24 +01:00
parent 36e1eadea2
commit 380fa7797d

View File

@@ -45,6 +45,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
### Broker ### Broker
* [ActiveMQ] (http://activemq.apache.org/) - A fast Java multiprotocol messaging and Integration Patterns server.
* [eMQTT](http://emqtt.io/) - The Massively Scalable MQTT Broker written in Erlang/OTP. * [eMQTT](http://emqtt.io/) - The Massively Scalable MQTT Broker written in Erlang/OTP.
* [hbmqtt](https://github.com/beerfactory/hbmqtt) - Python MQTT broker using asyncio. * [hbmqtt](https://github.com/beerfactory/hbmqtt) - Python MQTT broker using asyncio.
* [HiveMQ](http://www.hivemq.com/) - Java based commercial MQTT Broker. * [HiveMQ](http://www.hivemq.com/) - Java based commercial MQTT Broker.