You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/11/15 08:13:19 UTC

[GitHub] [rocketmq-externals] niceinfuture opened a new issue #850: [rocketmq-iot-bridge]MQTT broker quality level qos1 ( (at least one) between the publisher client and mqtt broker

niceinfuture opened a new issue #850:
URL: https://github.com/apache/rocketmq-externals/issues/850


   - The iot-bridge broker is implemented based on rocketmq, it is necessary to ensure the qos1 between the publisher client and rocektmq, between rocektmq and subscriber client.
   - This issue is resolved the publisher client and mqtt broker.
   
   1. Please describe the issue you observed:
   - MQTT broker receive publisher client's message and send it to rocketMQ, it will not send the suback protocol message to the publisher until it succeeds.
   - When MQTT broker send rocketMQ messages failed, Broker will periodically retry sending failed messages, can't more than the maximum retry of times (configurable)
   - qos1 has the possibility of message duplication.
   
   ![image](https://user-images.githubusercontent.com/34838783/141742916-8113f7be-6b27-4a71-acc1-4e520a49775e.png)
   
   
   2. Please tell us about your environment:
   Linux
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org