You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Please tell us about your environment:
Linux
The text was updated successfully, but these errors were encountered:
niceinfuture
changed the title
[rocketmq-iot-bridge]MQTT broker quality level qos1 ( (at least one) between the publisher client and mqtt broker
[rocketmq-iot-bridge]MQTT broker quality level qos1 (at least one) between the publisher client and mqtt broker
Nov 15, 2021
Linux
The text was updated successfully, but these errors were encountered: