- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 132字
- 2021-07-02 18:59:34
QoS 2
Deliver exactly once - Make sure they get it, but make sure they only get it once - they get confused.
QoS 2 guarantees the message is delivered and delivered only once. As can be seen in the diagram, there are multiple back and forth communications to orchestrate this guarantee. The state of the communication needs to be stored by both the sides until full confirmation of delivery is communicated back to the publisher. This requires both a higher level of power on the device and a larger memory footprint in order to store the more complex state. It also takes a bit longer to complete QoS 2 communications.
QoS 2 is used when delivery needs to be guaranteed and the end application or subscribing client is unable to handle duplicate messages.

推薦閱讀
- Java Web開發學習手冊
- 大學計算機基礎(第三版)
- Mobile Web Performance Optimization
- The Android Game Developer's Handbook
- GeoServer Cookbook
- iOS 9 Game Development Essentials
- MariaDB High Performance
- 實戰低代碼
- Learning Zurb Foundation
- Learning ArcGIS for Desktop
- Mastering React
- FPGA嵌入式項目開發實戰
- SpringBoot從零開始學(視頻教學版)
- Learning Python Data Visualization
- 數據結構:Python語言描述