Skip to content

Overview

RobustMQ MQTT is the Converged Message Queue RobustMQ's complete implementation of the MQTT protocol, which fully supports all the features and functionality of MQTT 3.1/3.1.1/5.0. It supports cluster mode deployment, and a single cluster can host tens of billions of connections, and support TCP, SSL, WebSocket, WebSockets, QUIC and other access methods.

RobustMQ MQTT goal is to build a high-performance, highly available, and scalable Broker Server in Rust that supports the standard MQTT protocol.

Feature

Featuredescription
Cluster deploymentBroker node stateless deployment, a single cluster supports up to hundreds of Broker nodes
Maximum connections in a single machineA single machine can carry millions of connections.
Cluster Max connectionThe cluster can support 10 billion levels of connections.
MQTT protocolFull support for all features of MQTT 3.1/3.1.1/5.0
Network protocolSupports TCP, SSL, WebSocket, WebSockets protocol access
Keep messagesupport
Testamentary messageSupport
Shared subscriptionsSupport
System topicsupport
Exclusive subscriptionSupport
Delayed releaseSupport
Auto-subscribeSupport
Topic rewritingSupport
Wildcard subscriptionSupport
SessionSupports sessions, as well as Session persistence and expiration.
AuthenticationSupports password authentication for built-in databases, MySQL, Redis
AuthorizationSupports authentication implementations for built-in databases, MySQL, Redis
blacklistsupported
Connection jitterSupport
Message storeMessages are automatically dropped when the Topic is not subscribed
Offline messagesSupport for storing offline messages based on Memory, RocksDB, MySQL, Journal Engine, S3, Minio, and other storage engines
Data integrationBridge connector with File/Kafka support
MetricsSupports metrics along the cluster /Topic dimension
PrometheusSupported
Tracesupported
System topicsupport
Slow subscribe statisticsSupport
SchemaJson、Protobuf、AVRO
QUIC protocolsupported

MQTT 5 features

Featuredescription
MQTT publish/subscribeSupport
Subscription QOS 0,1,2Support
Publish QOS 0,1,2Support
Subscribe to wildcardsSupport
SessionYes, supports Session persistence and expiration.
Keep messagesupport
Testamentary messageSupport
Request/ResponseSupported
User Propertiessupported
Topic Aliassupported
Payload Format Indicator & Content Typesupported
Shared Subscriptionssupported
Subscription Optionssupported
Subscription identifierssupported
Keep AliveSupported
Message Expiry IntervalSupported
Maximum Packet SizeSupport

Dashboard

RobustMQ MQTT Dashboard is under intensive development.

Command-line tools

RobustMQ MQTT supports the robust-ctl mqtt tool. For more information, please refer to: robustmq-ctl mqtt