From 1ac927b4b518ea5325059fe796aed228dbf3f4ee Mon Sep 17 00:00:00 2001 From: Peter Giacomo Lombardo Date: Thu, 29 Jan 2026 17:41:42 +0100 Subject: [PATCH] Add Apache BifroMQ to brokers list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa142d5..0a00b84 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first - [Ably](https://www.ably.io/documentation/mqtt) - MQTT broker service and protocol adapter. - [ActiveMQ](https://activemq.apache.org/) - A fast Java multiprotocol messaging and Integration Patterns server. - [Aedes](https://github.com/moscajs/aedes) - Barebone MQTT broker that can run on any stream server, the node way. +- [BifroMQ](https://bifromq.apache.org) - Java-based high-performance MQTT broker with native multi-tenancy for large-scale IoT. - [comqtt](https://github.com/wind-c/comqtt) - A lightweight, high-performance go mqtt server(v3.0|v3.1.1|v5.0) supporting distributed cluster. - [Emitter](https://github.com/emitter-io/emitter) - A distributed, scalable and fault-tolerant publish-subscribe messaging platform based on MQTT protocol and featuring message storage. - [EMQ X](https://github.com/emqx/emqx) - Scalable and Reliable Real-time MQTT Messaging Engine for IoT in 5G Era.