mop
MQTT on Pulsar implemented using Pulsar Protocol Handler (by streamnative)
hivemq-community-edition
HiveMQ CE is a Java-based open source MQTT broker that fully supports MQTT 3.x and MQTT 5. It is the foundation of the HiveMQ Enterprise Connectivity and Messaging Platform (by hivemq)
mop | hivemq-community-edition | |
---|---|---|
3 | 4 | |
180 | 1,127 | |
0.6% | 1.1% | |
7.2 | 8.4 | |
7 days ago | 6 days ago | |
Java | Java | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
mop
Posts with mentions or reviews of mop.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-10.
-
High Available Mosquitto MQTT on Kubernetes
I built a high scale MQTT ingestion system by utilising the MQTT protocol handler for Apache Pulsar (https://github.com/streamnative/mop). I ran a forked version and contributed back some of non-proprietary bits.
A lot more work than Mosquitto but obviously HA/distributed and some tradeoffs w.r.t features. Worth it if you want to run Pulsar anyway for other reasons.
-
Improving Developer Productivity at Disney with Serverless and Open Source
While Pulsar has its own protocol that handles streaming, queues, and a lot of the other features (distributed transactions, functions, etc.), it can also speak other messaging protocols via plug-ins. Looking around, the ones that appear to be actively developed are MQTT, Kafka (so your existing applications that use Kafka can also use Pulsar), AMQP, and JMS.
-
Mosquitto: An open-source MQTT broker
If you need a highly available broker you can consider https://github.com/streamnative/mop which adds a MQTT protocol handler to Apache Pulsar.
I recently contributed auth support and TLS support also just landed.
hivemq-community-edition
Posts with mentions or reviews of hivemq-community-edition.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-08.
-
Broker times client out while broker is sending client large message.
It is developed and supported by HiveMQ, so if you observe any issue you can contact the developers directly.
-
Identifying, Acquiring and Integrating Plant-Floor Data for Smart Manufacturing
Kudzai Manditereza is a Developer Advocate at HiveMQ and the Founder of Industry40.tv. He is the host of an IIoT Podcast and is involved in Industry4.0 research and educational efforts.
-
MQTT local broker in ESP8266 to be accessed by a WEBGL project hosted in remote server
If you are looking to use a locally-hosted broker deployed on the device, I wanted to recommend the following : HiveMQ supports a community edition broker that is free to use, open-source, and can be configured and deployed locally or on cloud providers, such as AWS, GCP, or Azure.
-
Eclipse Mosquitto - An open source MQTT broker
Were any of them HiveMQ Community Edition by any chance?
What are some alternatives?
When comparing mop and hivemq-community-edition you can also consider the following projects:
CK-MQTT
emqx - The most scalable and reliable MQTT broker for AI, IoT, IIoT and connected vehicles
kop - Kafka-on-Pulsar - A protocol handler that brings native Kafka protocol to Apache Pulsar
mosquitto - Eclipse Mosquitto - An open source MQTT broker
MQTTnet - MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.