MQTT Subscriber Trigger
The MQTT Subscriber Trigger subscribes to a topic and presents the messages received as output. When the messages arrive, a new flow is triggered. The MQTT Subscriber Trigger supports multiple trigger handlers. A single MQTT Subscriber trigger listens to multiple topics and in turn executes multiple flows.
Settings
The Settings tab has the following fields:
Output
The Output tab displays the schema in a tree format. The output is read-only.
The Output tab has the following fields:
Field | Description |
---|---|
topic | The exact topic on which the message arrived |
retained | It indicates whether this message was a retained message |
qos | It indicates the quality of service of the message. |
duplicate | It is set to true when the message is received, but not acknowledged. The message is then re-received. This happens in the event of a subscriber failure or uncontrolled application shutdown. |
messageID | It is a sequential integer enumerating all the messages processed by the subscriber because it is instantiated. |
string value | The value of the message presented as a string. An error is displayed if the message is not a string. |
Copyright © Cloud Software Group, Inc. All rights reserved.