MQTT
The MQTT protocol is a message-oriented architecture that does not work polling information, it instead works by passively receiving messages from subscribed Topics sent by the MQTT Broker. The MQTT Broker requires that the client must be subscribed to Topics that it wants to receive data from.
Example:
The same example could be configured through the source page, at the collector's tab:
In the example above we can see that an MQTT Source must have at least a single Request and the following information must be provided:
object
Topic to subscribe
yes
enabled
Request collection enabled
no
False
Last updated
Was this helpful?