Device Agent: Turn Any IoT Device into an AI Agent in Minutes | Learn More →

Blog - MQTT

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
Mosquitto MQTT Broker: Pros/Cons, Tutorial, and Alternative
Jul 9, 2026

Mosquitto MQTT Broker: Pros/Cons, Tutorial, and Alternative

This guide provides a comprehensive review of Mosquitto's features, pros, cons, a step-by-step setup tutorial, and an analysis of when you might need a more scalable enterprise alternative.

EMQX TeamMQTT
Zigbee2MQTT in 2026: Local Smart-Home Control over MQTT
Jul 8, 2026

Zigbee2MQTT in 2026: Local Smart-Home Control over MQTT

Explore how to run Zigbee2MQTT with EMQX for local smart home control, compare Zigbee vs Matter, and build a cloud-free IoT automation setup with MQTT.

IvanMQTT
MQTT vs HTTP: Ultimate IoT Protocol Comparison Guide
Jun 20, 2026

MQTT vs HTTP: Ultimate IoT Protocol Comparison Guide

The rapid evolution of Internet of Things (IoT) technology has led to continuous expansion of its applications. However, at its core, IoT is primarily concerned with data transmission, necessitating a thoughtful and strategic selection of communication protocols for devices.

MQTT
What a PV Cooling Paper Reveals About Distributed IoT Control
Jun 18, 2026

What a PV Cooling Paper Reveals About Distributed IoT Control

This article explains how a weather-aware MQTT edge–fog architecture enabled a 600 Wp photovoltaic cooling system to achieve a net-positive energy ROI of 1.07 in real-world conditions.

EMQX TeamMQTT
Mosquitto vs EMQX: Features, Scalability, and Use Cases Compared
Jun 1, 2026

Mosquitto vs EMQX: Features, Scalability, and Use Cases Compared

Compare EMQX and Mosquitto across features, scalability, security, integrations, and use cases to choose the right MQTT broker for your project.

Fan WangMQTT
MQTT Topics and Wildcards: A Beginner's Guide
May 31, 2026

MQTT Topics and Wildcards: A Beginner's Guide

Master MQTT topics and wildcards (+ and #). Learn naming conventions, system topics ($SYS), shared subscriptions, and best practices for IoT data design.

EMQX TeamMQTT
MQTT.js Tutorial: JavaScript MQTT Client Beginner Guide
May 29, 2026

MQTT.js Tutorial: JavaScript MQTT Client Beginner Guide

Learn how to use MQTT.js to build a JavaScript MQTT client. This beginner guide covers installation, broker connection, publish/subscribe, MQTT 5.0, and debugging.

Shifan YuMQTT
Using MQTT on ESP8266: A Quick Start Guide
May 24, 2026

Using MQTT on ESP8266: A Quick Start Guide

In this tutorial, we delve into using the ESP8266 Wi-Fi module and MQTT protocol to set up and execute an IoT communication project quickly.

Dekun TaoMQTT
How to Use MQTT over WebSocket: A Beginner's Guide
May 23, 2026

How to Use MQTT over WebSocket: A Beginner's Guide

Learn how to connect to an MQTT broker over WebSocket using MQTT.js. Step-by-step browser tutorial with code examples for real-time IoT applications.

Shifan YuMQTT
MQTT on ESP32: A Beginner's Guide
May 21, 2026

MQTT on ESP32: A Beginner's Guide

This blog will show you the process of publishing MQTT messages and topic subscription on ESP32 using Arduino IDE through a simple demo.

Dekun TaoMQTT
MQTT C++ Tutorial: Build MQTT Client with Paho and EMQX
May 18, 2026

MQTT C++ Tutorial: Build MQTT Client with Paho and EMQX

Learn how to build an MQTT C++ client using the Paho MQTT library and connect to EMQX broker. Step-by-step tutorial for IoT applications.

EMQX TeamMQTT
MQTT QoS 0, 1, 2 Explained: A Quickstart Guide
May 13, 2026

MQTT QoS 0, 1, 2 Explained: A Quickstart Guide

MQTT protocol specifies the 3 QoS (Quality of Service) levels, which guarantees the reliability of message delivery under different network environments.

Zibo ZhouMQTT