1 Answer
- Newest
- Most votes
- Most comments
0
Yes, both Moquette and EMQX brokers support QoS 2 for clients connected directly to the broker. Please note that IoT Core does not support QoS 2.
answered 2 years ago
Relevant content
- asked 4 years ago
- asked 2 years ago
- asked 4 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 9 months ago
When I use awscrt.mqtt.Connection to Greengrass Moquette component: future, id = connection.publish(topic, message, QoS.EXACTLY_ONCE) future.result() return ValueError in both IoT Core and Greengrass core cases:
File "/usr/lib64/python3.7/concurrent/futures/_base.py", line 428, in result return self.__get_result() File "/usr/lib64/python3.7/concurrent/futures/_base.py", line 384, in __get_result raise self._exception File "/home/ec2-user/.local/lib/python3.7/site-packages/awscrt/mqtt.py", line 700, in publish packet_id = _awscrt.mqtt_client_connection_publish(self._binding, topic, payload, qos.value, retain, puback) ValueError