Setup tab

Setup tab in MQTT Consumer

In the Setup tab, define the connections used for receiving messages, topics to which you want to subscribe, and the consumer group for the topics.

Option

Description

Connection

Specify the address of the MQTT server to which this step will connect for sending or retrieving messages.

Client ID

Specify a unique ID for the MQTT client. The MQTT server uses this Client ID to recognize each distinct client and that client's current state.

Topics

Specify the MQTT topic(s) to be subscribed to.

Quality of Service (QoS)

Quality of Service (QoS) is a level of guarantee for message delivery. Select one of the following options.

  • At most once (0), which is the default value

  • At least once (1)

  • Exactly once (2)

Last updated

Was this helpful?