Response "MQTT"

images/download/attachments/137312629/686-version-1-modificationdate-1691037567311-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.