- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 90字
- 2021-07-02 18:59:34
QoS 1
Deliver once - I don't care if you send it 10 times, just make sure they get it.
QoS 1 is the most commonly used level. It guarantees the message is delivered at least once. Duplicate messages need to be handled either on the subscriber side or in some post processing. There is a higher communication overhead than QoS 0 but only half as much back and forth as QoS 2.
QoS 1 is used when delivery needs to be guaranteed and the use case can handle duplicate messages.

推薦閱讀
- Visual C++程序設(shè)計(jì)教程
- INSTANT OpenCV Starter
- 兩周自制腳本語言
- 深入理解Django:框架內(nèi)幕與實(shí)現(xiàn)原理
- 云原生Spring實(shí)戰(zhàn)
- Windows Forensics Cookbook
- C語言實(shí)驗(yàn)指導(dǎo)及習(xí)題解析
- 零基礎(chǔ)入門學(xué)習(xí)Python
- Getting Started with Gulp
- iOS開發(fā)實(shí)戰(zhàn):從入門到上架App Store(第2版) (移動(dòng)開發(fā)叢書)
- OpenGL Data Visualization Cookbook
- Spring+Spring MVC+MyBatis從零開始學(xué)
- 深入實(shí)踐DDD:以DSL驅(qū)動(dòng)復(fù)雜軟件開發(fā)
- Applied Deep Learning with Python
- Python應(yīng)用開發(fā)技術(shù)