MQTT

MQTT[1] (formerly Message Queue Telemetry Transport) is a publish-subscribe based "light weight" messaging protocol for use on top of the TCP/IP protocol. It is designed for connections with remote locations where a "small code footprint" is required and/or network bandwidth is limited. The Publish-Subscribe messaging pattern requires a message broker. The broker is responsible for distributing messages to interested clients based on the topic of a message. Andy Stanford-Clark and Arlen Nipper of Cirrus Link Solutions authored the first version of the protocol in 1999.

The specification does not specify the meaning of "small code foot print" or the meaning of "limited network bandwidth". Thus, the protocol's availability for use depends on the context. In 2013 IBM submitted MQTT v3.1 to the OASIS specification body with a charter that ensured only minor changes to the specification could be accepted.[2] MQTT-SN [3] is a variation of the main protocol aimed at embedded devices on non-TCP/IP networks, such as ZigBee.

Historically, the 'MQ' in 'MQTT' came from IBM's MQ message queuing product line.[4] However, queuing per se is not required to be supported as a standard feature in all situations.[5]

Alternative protocols include the Advanced Message Queuing Protocol, the IETF Constrained Application Protocol[6] and XMPP.[7][8]

MQTT Broker

There are several MQTT brokers available. They vary in their feature set and some of them implement additional features on top of the standard MQTT functionality.[9]

Real world applications

In the real world, there are a number of projects that implement MQTT.

References

  1. MQTT 3.1.1 specification
  2. "OASIS Message Queuing Telemetry Transport (MQTT) Technical Committee". OASIS. Retrieved 9 May 2014.
  3. Andy, Stephen Clark. "MQTT For Sensor Networks (MQTT-SN) Protocol Specification Version 1.2". Retrieved 9 May 2014.
  4. IBM WebSphere MQ Date accessed 2013-11-18
  5. Choosing Your Messaging Protocol: AMQP, MQTT, or STOMP | VMware vFabric Blog - VMware Blogs. Blogs.vmware.com (2013-02-19). Retrieved 2013-10-23.
  6. "Constrained Application Protocol (CoAP) draft-ietf-core-coap-18". The Internet Engineering Task Force (IETF®). Retrieved 9 May 2014.
  7. "InternetOfThings". XMPP WIKI. Retrieved 9 May 2014.
  8. "Internet Protocols for the Smart Grid RFC 6272". IETF. Retrieved 9 May 2014.
  9. MQTT Broker Feature Comparison Feature comparison of the most popular MQTT brokers.