Hello All,
We are using RabbitMq Mqtt Broker with Paho Client for achieving an use case where sender and receiver interact.
We want to ensure that messages are NOT re-delivered to the receiver upon reconnection.
How do we ensure the same ? We are fine if we avoid redelivery of messages from Broker to Receiver or atleast detect duplicate arrivals at Receiver .
We are using configurations a) Clean Session as false b) with QOS = 1 c) retain flag to true. We use the same client Id for reconnection.
Still , we receive the messages again ( without dup flag = true). Same behavior even if QOS = 0.
Please guide how to avoid redelivery or detection of duplicates mqtt messages. Does QOS = 2 work with RabbitMq Mqtt?
Kindly help.
Thanks & Regards,
Kaveri
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.