AN ISO standard (ISO/IEC PRF 20922)[2] publish-subscribe-based "lightweight" 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 or the network bandwidth is limited.
Definition of MQTT methods
methods (sometimes referred to as verbs) to indicate the desired action to be performed on the identified resource.
4 basic MQTT methods
Connect
Disconnect
Subscribe
UnSubscribe
Publish
Connect method
Method that waits for a connectionto be established with the server.
Disconnect method
Method that waits for the MQTT client to finish any work it must do, and for the TCP/IP session to disconnect.
Subscribe method
Method that waits for completionof the Subscribe or Unsubscribe method.
Unsubscribe method
Method that requeststhe server unsubscribe the client from one or more topics.
Publish method
Method that returns immediately to the application thread after passing the request to the MQTTclient.
Author
geschw66
ID
324509
Card Set
Real-Time Systems CSE 520 WUSTL: Message Brokers
Description
Message Broker terms to know for IoT (Internet of Things) and Real-Time Computing.