Response Route MQTT

Introduction: Phase 6.

images/download/attachments/36583114/MQTT_Response_Route_EN-version-2-modificationdate-1580263611429-api-v2.png

(1) The MQTT alias. See section MQTT Connections.

(2) The topic to which the message is sent.

(3) Die Übertragungsqualität (Quality of Service, QoS).

At most once

The lowest-cost in terms of volume of data transfer. This is suitable if you have a reliable connection between Lobster_data and the MQTT broker.

At least once

A good choice if you need to be sure every message gets through and the receiving application can tolerate receiving a message more than once.

Exactly once

Guarantees delivery exactly once, but has a relatively high cost in terms of data transfer.

System Variables


In MQTT version 5, you can use system variables of the form MQTT_<keyname> to pass user properties (key, value). See also MQTT_SYS_CONTENTTYPE and MQTT_SYS_CORRELATIONDATA.