
Explore how HiveMQ broker enables real-time messaging with the MQTT protocol, connecting devices and software to monitor information and control systems across industries.
Explore how to enable communication between remote applications by deploying programs on different machines, connecting them to the same network, and exchanging data and messages across local or cloud networks.
Explore the publish-subscribe pattern within event-driven architecture, where publishers send messages and subscribers receive events via a broker that routes data between clients.
Explore the notion of topics in an event-driven architecture, where a topic filters messages to subscribed clients via a broker and defines who can publish or read.
Explore how MQTT coordinates publishers, brokers, and subscribers over tcp/ip to publish and subscribe to topics with payloads, using Hive MQ as a public broker example.
N.B : This course is not affiliated with or endorsed by HiveMQ GmbH
This course teaches different kinds of student how to construct a message system using HiveMQ:
Notification system :
Message system
IoT Ecosystem
MQTT is an Internet of Things (IoT) communications protocol that adheres to OASIS standards. It is intended to link faraway devices with a tiny code footprint and low network traffic by acting as a very lightweight publish/subscribe message transport. A wide range of sectors, including the automotive, manufacturing, telecommunications, oil and gas, etc., utilize MQTT today.
One of the top organizations in the world for linking machines, devices, and applications is HiveMQ. Based on the IoT standard communication protocol MQTT, our solution, the HiveMQ MQTT Broker, offers completely secure and always highly available data flow between connected devices and the cloud. HiveMQ is used in production by over 130 clients, including several Fortune 500 businesses, for mission-critical use cases including linked automobiles, shipping, Industry 4.0, and connected IoT goods.
Data can be moved effectively, quickly, and reliably to and from connected devices thanks to HiveMQ's MQTT broker. HiveMQ allow the development of linked goods that support emerging digital enterprises.
The purpose of the course is to design and develop event driven architecture using HiveMQ broker, and the different components of this architecture : Publishers, subscribers.