Replies: 1 comment
-
Use publisher confirms (and consider how many in-flight messages your are ok with), and the mandatory flag. https://www.rabbitmq.com/publishers.html#data-safety If you can reproduce this problem with https://perftest.rabbitmq.com/, please provide the flags (then we'll know how exactly the publisher is set up) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When we are upgrading the RMQ cluster(pods) version to newer version, in the middle of the publisher is publishing the messages , some of the messages are lost even though we have enabled durable queues and persistent . Means if publisher is sending 10k messages only 8k messages are stored in the queue during the upgrade activity.
What can we do to get all the data published by publisher at consumer end?
Beta Was this translation helpful? Give feedback.
All reactions