Skip to main content

MQTT Component

Interact with an MQTT Queue

Component key: mqtt

Description

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

InputNotesExample
Host

Provide the string value for the host of the MQTT server.

Password
Port

The port of the MQTT server.

Protocol

The protocol used to connect to the MQTT server.

Username

Actions

Publish Message

Publish a message to a MQTT topic. | key: publish

InputNotesExample
Message

Provide a string value to be sent to the MQTT topic.

Message to Queue
Connection
Topic Name

Provide a string value for the name of the MQTT topic.

myTopic