Webinar
A2A over MQTT: Agent Discovery and Messaging for Distributed AI Systems | Register Now →
Jan 6, 2026

EMQX 6.1.0 Released: Replayable MQTT Streams, Advanced Multi-Tenancy, and Expanded Integrations

EMQX 6.1.0 brings MQTT Streams for replayable messaging, enhanced multi-tenancy, and expanded data integration for enterprise-scale IoT.

EMQX Team
EMQX 6.1.0 Released: Replayable MQTT Streams, Advanced Multi-Tenancy, and Expanded Integrations
MQTTX v1.3.0 was officially released - Cross-platform MQTT 5.0 desktop test client
Mar 19, 2020

MQTTX v1.3.0 was officially released - Cross-platform MQTT 5.0 desktop test client

[MQTT X](https://mqttx.app) is a cross-platform MQTT 5.0 desktop test client provided by the world's leading open source IoT middleware provider [EMQ](https://emqx.io) , which supports macOS, Linux, Windows. The user interface of **MQTT X** simplifies the operation logic of the page with the pattern of chatting software. Users can quickly create multiple simultaneous-online MQTT clients to test the connection/publish/subscribe functions of MQTT/TCP, MQTT/TLS and other MQTT protocol features.

MQTTX TeamProduct
Release Notes — Kuiper 0.2.0
Feb 28, 2020

Release Notes — Kuiper 0.2.0

EMQX Kuiper is an edge lightweight IoT data analytics / streaming software implemented by Golang, and it can be run at all kinds of resource constrained edge devices.

eKuiper TeamProduct
MQTTX Guideline
Feb 11, 2020

MQTTX Guideline

MQTT X is suitable for users who are building their own MQTT message server to test connections, subscribing and publishing messages, etc. When using a client, the user can be either a publisher or a subscriber.

MQTTX TeamProduct
MQTTX - an elegant cross-platform MQTT 5.0 desktop client
Feb 10, 2020

MQTTX - an elegant cross-platform MQTT 5.0 desktop client

MQTT X simplifies the operation logic of the page with the help of chatting software. The user can quickly create a connection to save and establish multiple connection clients at the same time. It is convenient for the user to quickly test the connection of MQTT/TCP、MQTT/TLS, Publish / Subscribe functions and other features .

MQTTX TeamProduct
Build EMQX + InfluxDB + Grafana IoT data visualization solution in one hour
Jan 14, 2020

Build EMQX + InfluxDB + Grafana IoT data visualization solution in one hour

Taking the common scenarios of Internet of things as an example, this article introduces how to use the EMQX message middleware and the open source data visualization solution of InfluxDB + Grafana to conveniently display a large amount of time-series data of IoT devices.

Guowei LiIntegration
Release Notes - Kuiper 0.1
Jan 3, 2020

Release Notes - Kuiper 0.1

EMQX Kuiper is an edge lightweight IoT data analytics / streaming software implemented by Golang, and it can be run at all kinds of resource constrained edge devices.

eKuiper TeamProduct
Upload Sensor Data to MQTT Cloud Service via NodeMCU (ESP8266)
Dec 3, 2019

Upload Sensor Data to MQTT Cloud Service via NodeMCU (ESP8266)

This example will demonstrate how to report the temperature and humidity data collected by the DHT11 sensor to the MQTT service in the cloud through the MQTT protocol and the NodeMCU based on ESP8266 , and show how the application subscribes to and processes the data.

Dekun TaoProduct
Introduction to the Commonly Used MQTT Client Library
Nov 28, 2019

Introduction to the Commonly Used MQTT Client Library

This article lists the MQTT client libraries of some commonly used programming languages, and uses sample codes to help readers get started quickly.

Guowei LiMQTT
Deploying EMQX 4.0 cluster on Kubernetes via Helm3
Oct 21, 2019

Deploying EMQX 4.0 cluster on Kubernetes via Helm3

Helm3 was released in November 2019, which adds many new features compared to Helm2.In this article, how to deploy EMQX cluster on Kubernetes via Helm3 will be introduced.

EMQX TeamProduct
EMQX Enterprise 3.4.0 Overview
Sep 17, 2019

EMQX Enterprise 3.4.0 Overview

Officially launched in September, the official version of EMQX Enterprise 3.4.0 is released by EMQ. In this version, the management configuration and rule engine functions are enhanced, message encoding and decoding, cluster hot configuration and vehicle networking protocol support are added, and a new management monitoring Dashboard page is designed, and this version is a stable version recommended for enterprise applications.

EMQX TeamProduct
Properties and Loads | MQTT 5.0 New Features
Aug 27, 2019

Properties and Loads | MQTT 5.0 New Features

Compared with MQTT 3.1.1, MQTT 5.0 protocol adds many properties, which are distributed in variable headers and payloads of packet.

EMQX TeamMQTT
Erlang vs Scala
Sep 12, 2018

Erlang vs Scala

Erlang is a general-purpose, concurrent, functional programming language, as well as a garbage-collected runtime system.

Engineering