Webinar
EMQX Agents: From MQTT Events to AI Actions | Register Now →
Apr 8, 2026

EMQX Enterprise 6.2: Native Agent Discovery and Coordination for IoT and AI

This release takes MQTT a step further by adding native support for the A2A protocol over MQTT, enabling AI agents to register, discover, and collaborate directly through the broker without additional infrastructure.

EMQX Team
EMQX Enterprise 6.2: Native Agent Discovery and Coordination for IoT and AI
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