Skip to main content

MQTT Connector

MQTT Message Queuing Telemetry Transport (MQTT) is a light-weight, efficient publish-subscribe network protocol for sending messages between devices. This component allows you to publish messages to an MQTT queue topic.

Connections

MQTT Connection

Authenticate requests to an MQTT server.

InputCommentsDefault
HostProvide the string value for the host of the MQTT server.
ProtocolThe protocol used to connect to the MQTT server.
PortThe port of the MQTT server.
Username
Password

Actions

Publish Message

Publish a message to a MQTT topic.

InputCommentsDefault
Topic NameProvide a string value for the name of the MQTT topic.
MessageProvide a string value to be sent to the MQTT topic.
Connection