When was mqtt released
Content on WhatAnswers is provided "as is" for informational purposes. While we strive for accuracy, we make no guarantees. Content is AI-assisted and should not be used as professional advice.
Last updated: April 17, 2026
Key Facts
- MQTT was first released in June 1999
- Created by Andy Stanford-Clark and Arlen Nipper
- Originally designed for monitoring oil and gas pipelines
- Version 3.1.1 became an OASIS standard in 2014
- MQTT 5.0 was standardized in 2019 with enhanced features
Overview
MQTT, which stands for Message Queuing Telemetry Transport, is a lightweight messaging protocol designed for constrained devices and low-bandwidth, high-latency networks. It was developed to support remote monitoring and control in industrial environments where reliable communication is critical.
Since its inception, MQTT has evolved into a widely adopted standard across industries such as IoT, smart homes, and automotive systems. Its simplicity and efficiency make it ideal for connecting devices with minimal processing power.
- Release Date: MQTT was first introduced in June 1999, marking the beginning of a new era in machine-to-machine communication.
- Founders: It was co-created by Andy Stanford-Clark of IBM and Arlen Nipper of Cirrus Link, combining expertise in telemetry and networking.
- Original Purpose: The protocol was developed to monitor oil and gas pipelines across the American Southwest, where satellite links were unreliable and expensive.
- Design Goal: One of the core objectives was to minimize network bandwidth usage while ensuring reliable message delivery over unstable connections.
- Early Adoption: By the early 2000s, energy companies began deploying MQTT in SCADA systems due to its low overhead and high efficiency.
How It Works
MQTT operates on a publish-subscribe model, allowing devices to send (publish) and receive (subscribe to) messages through a central broker. This architecture decouples message producers from consumers, enabling scalable and flexible communication.
- Publish-Subscribe Model: Devices send data to topics, and other devices subscribe to those topics; this eliminates the need for direct connections between clients.
- Broker: The MQTT broker manages message routing, ensuring that published messages are delivered to all subscribers efficiently and securely.
- Quality of Service (QoS): MQTT supports three QoS levels: 0 (at most once), 1 (at least once), and 2 (exactly once), allowing control over message reliability.
- Lightweight Payload: The protocol uses minimal overhead—headers can be as small as 2 bytes, making it ideal for low-power sensors and embedded systems.
- Retained Messages: Brokers can store the last known value for a topic, so new subscribers receive immediate updates upon connection.
- Last Will and Testament: A client can specify a message to be sent automatically if it disconnects unexpectedly, enhancing system reliability and diagnostics.
Comparison at a Glance
Below is a comparison of MQTT with other common IoT communication protocols based on key performance metrics.
| Protocol | Bandwidth Use | Latency | Security | Standardization |
|---|---|---|---|---|
| MQTT | Very Low | Low | TLS/SSL supported | OASIS Standard (since 2014) |
| HTTP/REST | High | Medium | HTTPS | Widespread |
| CoAP | Low | Low | DTLS | IETF RFC 7252 |
| AMQP | High | Medium | SSL/TLS | OASIS Standard |
| XMPP | Very High | High | SSL/TLS | XMPP Standards Foundation |
MQTT outperforms many alternatives in environments where bandwidth and power are limited. Its efficiency and scalability have made it a top choice for IoT deployments ranging from smart agriculture to industrial automation.
Why It Matters
MQTT's impact on modern connected systems cannot be overstated. As the foundation for millions of IoT devices, it enables real-time data exchange across diverse and distributed networks.
- IoT Growth: Over 80% of IoT projects use MQTT or a derivative, highlighting its dominance in the smart device ecosystem.
- Energy Efficiency: Devices using MQTT can operate on batteries for years due to minimal transmission overhead.
- Smart Cities: Used in traffic monitoring, waste management, and environmental sensing to improve urban living conditions.
- Industrial IoT: Enables predictive maintenance in manufacturing by streaming sensor data from machinery in real time.
- Home Automation: Powers platforms like Home Assistant and OpenHAB, allowing seamless integration of smart lights, thermostats, and security systems.
- Cloud Integration: Major cloud providers like AWS IoT and Azure IoT Hub natively support MQTT for device connectivity and data ingestion.
From its origins in oil pipeline telemetry to becoming a cornerstone of the global IoT infrastructure, MQTT continues to evolve and meet the demands of an increasingly connected world.
More When Was in Daily Life
Also in Daily Life
More "When Was" Questions
Trending on WhatAnswers
Browse by Topic
Browse by Question Type
Sources
- WikipediaCC-BY-SA-4.0
Missing an answer?
Suggest a question and we'll generate an answer for it.