Prerequisites to using the mqtt() destination
Using the current implementation of the mqtt() destination has the following prerequisites:
-
Installing the
eclipse-paho-mqtt-clibrary.Note The default package manager for some Linux operating systems contains theeclipse-paho-mqtt-clibrary, but depending on your OS, you may have to install the library manually. For more information about how you can download and install theeclipse-paho-mqtt-clibrary, see Eclipse Paho on the Eclipse Foundation website. -
Having a
brokerentity in a functional MQTT system.Note In your configuration, you will specify thebrokerentity of your MQTT system in theaddress()option of yourmqtt()source.
Last modified March 21, 2025: Merge pull request #117 from axoflow/sync-to-r2 (6fb1861)