📄️ Connect to BifroMQ
BifroMQ is a standard MQTT messaging middleware, which allows you to connect using any client that supports MQTT version 3.1 or 3.1.1.
📄️ Basic Message Pub/Sub
According to the MQTT protocol, entities involved in sending and receiving messages can be categorized as Publishers and Subscribers. The basic model is depicted below:
📄️ Shared Subscriptions
MQTT Shared Subscriptions is a feature of the MQTT protocol that allows multiple subscribers to share the same topic and receive messages in a fair manner. Below is the basic pattern for shared subscriptions: