aws-mqtt
aws-mqtt copied to clipboard
Config Publish and subscribe topic with QOS1!
Hi Mr @kmamykin
For the best feature in MQTT is qos1 but I tried to find that configuration but not found on your documentation.
Pls teach me or show me the example how to do w it.
Thanks!
Hi @kieugol QoS configuration is not specific to this project. As it's using MQTT.js under the hood, I would look at https://github.com/mqttjs/MQTT.js#qos and search in that documentation how to specify it in the options.
AWS IoT MQTT documentation is also critical: https://docs.aws.amazon.com/iot/latest/developerguide/mqtt.html Note that AWS MQTT only supports MQTT Quality of Service (QoS) levels 0 and 1