Bridge data to EMQX

    Create a rule:

    Go to EMQX Dashboard (opens new window), select the “rule” tab on the menu to the left.

    Select “message.publish”, then type in the following SQL:

    image

    Bind an action:

    Click on the “+ Add” button under “Action Handler”, and then select “Data bridge to MQTT Broker” in the pop-up dialog window.

    Bind a resource to the action. Since the dropdown list “Resource” is empty for now, we create a new resource by clicking on the “New Resource” to the top right, and then select “MQTT Bridge”:

    Configure the resource:

    image

    Back to the “Actions” dialog, and then click on the “Confirm” button.

    image

    We have finished, testing the rule by sending an MQTT message to emqx:

    Then verify a message has been published to the other emqx:

    And from the rule list, verify that the “Matched” column has increased to 1:

    image