Mosquitto is an open source message broker that implements the MQTT protocol. It is lightweight and designed for low resource usage, making it ideal for Internet of Things devices and messaging applications.
Mosquitto is an open source message broker that implements the MQTT protocol, designed for low resource usage ideal for Internet of Things devices and messaging applications.
What is Mosquitto?
Mosquitto is an open source message broker that implements the MQTT protocol. MQTT stands for Message Queuing Telemetry Transport. It allows devices to connect and publish messages to the broker, while other devices can subscribe to those messages.
Some key features of Mosquitto:
Lightweight and optimized for low resource usage
Implements versions 3.1 and 3.1.1 of the MQTT protocol
Supports TLS and client certificate encryption for security
Pluggable authentication and access control via plugins
Stores messages in an in-memory queue if the subscriber is offline
Mosquitto is a great choice for Internet of Things applications, sensors and small devices that need to communicate messages efficiently with low bandwidth and battery power. It can handle thousands of concurrently connected MQTT clients publishing messages at high rates.
Mosquitto is commonly run on Linux servers or single board computers like Raspberry Pi. It can function as a standalone MQTT broker or be configured for redundancy and high availability. Overall, it is a lightweight, scalable and highly performative MQTT message broker suitable for machine messaging use cases.
RabbitMQ is an open source message broker software that implements the Advanced Message Queuing Protocol (AMQP). It is written in the Erlang programming language and developed originally by Pivotal Software. RabbitMQ allows different applications to connect and pass messages between each other in a very flexible way.Some key features and...
HiveMQ is an open source, on-premise MQTT messaging broker and client library that enables scalable, secure, and reliable transfer of data between IoT devices and the cloud. Some key features of HiveMQ include:Supports MQTT 3.1.1 and 5.0 protocolsBuilt-in clustering for horizontal scalingPersistence mechanisms to provide reliable message deliveryFine-grained access control...
MQTTBox is a free, open source MQTT client application that makes it easy to connect to MQTT brokers and test MQTT/TCP or MQTT/WebSocket connections. Key features of MQTTBox include:Intuitive graphical user interface for subscribing to MQTT topics, publishing messages, and viewing logs.Supports MQTT over TCP and MQTT over WebSockets connections.Ability...
Bevywise MQTTRoute is an open source MQTT broker and router designed specifically for IoT and M2M applications. Here are some key features:Supports persisting MQTT messages to databases like MongoDB, Cassandra, Redis etc. for later analysisCan bridge between MQTT brokers, enabling integration between different systemsIncludes enterprise integration capabilities like SSL/TLS support,...
VerneMQ is an open-source, high-performance MQTT messaging broker designed for large-scale IoT and M2M applications. It is written in Erlang which makes it highly scalable, fault-tolerant and suitable for mission-critical deployments.Some key features of VerneMQ include:Built-in clustering support for setting up highly available MQTT infrastructuresPluggable authentication and authorization for securing...
Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications. SQS eliminates the complexity and overhead associated with managing and operating message oriented middleware, and empowers developers to focus on differentiating work. Using SQS, you...
CrystalMQ is an open-source message queuing middleware that implements the Advanced Message Queuing Protocol (AMQP) standard. It enables asynchronous messaging between distributed applications through message queues and brokers.Some key features of CrystalMQ include:Lightweight and fast - Built with high performance in mind using C++Cross-platform - Runs on Linux, Windows, macOS,...
Apache Pulsar is an open-source distributed pub-sub messaging system originally created by Yahoo and now under the Apache Software Foundation. It has the following key features:Horizontally scalable to millions of topics and messages per secondPersistent message storage with tiered storage options for historical data accessLow publish and end-to-end latency for...
Sentienz Transporter is a powerful yet easy-to-use data integration and ETL (extract, transform, load) solution. It allows you to efficiently move and synchronize data between a wide variety of sources and destinations.With an intuitive drag-and-drop interface, you can visually map data flows from sources like databases, APIs, files, SaaS applications...
emqtt is an open-source, scalable, distributed MQTT message broker written in Erlang/OTP. It supports MQTT v3.1/v3.1.1/v5.0 protocols and can handle tens of millions of concurrent MQTT connections on one cluster. emqtt provides a reliable remote message queue for IoT messaging applications and data streaming processing.Key features of emqtt include:Distributed cluster...