From 380fa7797da1c85e7db46affc19f6e1abed4ed01 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 16 May 2016 08:59:24 +0100 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0bf8775..caecdae 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi ### 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. * [hbmqtt](https://github.com/beerfactory/hbmqtt) - Python MQTT broker using asyncio. * [HiveMQ](http://www.hivemq.com/) - Java based commercial MQTT Broker.