aws-mqtt icon indicating copy to clipboard operation
aws-mqtt copied to clipboard

Config Publish and subscribe topic with QOS1!

Open kieugol opened this issue 3 years ago • 1 comments

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!

kieugol avatar Sep 20 '20 02:09 kieugol

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

kmamykin avatar Sep 23 '20 15:09 kmamykin