August 2017
Intermediate to advanced
254 pages
6h 10m
English
First, let's recap the three protocols, HTTP, MQTT, AMQP. MQTT protocol works on a publish and subscribe architecture. A MQTT client subscribes to a channel on a server, and when a server receives new information for that channel, it pushes it out to that device.
MQTT provides the QoS feature, which defines the priority for the communication between the device and server. These are:
The AMQP is another session layer protocol that runs over TCP and provides a publish/ subscribe architecture which is like that of MQTT.
The difference between AMQP and MQTT is that AMQP creates multiple queues for the subscribers to receive the ...
Read now
Unlock full access