networks//network protocols//MQTT//MQTT broker
The intermediary of MQTT: it receives every publication and forwards it to the clients subscribed to the matching topic. It is the component that makes producers and consumers independent of each other (publish-subscribe).
The intermediary of MQTT: it receives every publication and forwards it to the clients subscribed to the matching topic. It is the component that makes producers and consumers independent of each other (publish-subscribe).
Deployment options coexist: a broker on premises next to the plant, a hosted broker in the cloud, a hybrid with bridges between them, and redundant brokers for availability. A drawing of several servers behind one name is that redundancy.
In a factory the broker is the fan-out point: a PLC gateway publishes once, and SCADA, MES, a historian, analytics and the cloud each subscribe (MQTT). Store-and-forward on the publishing side and persistent sessions on the broker cover the moments the link is down.