-
My concern is that when I am inserting N numbers of messages in the queue, and then consume the messages from queue the status of all the messages changed from 'ready' to 'unacked'. Could you kindly provide me with a solution to resolve this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
vipin6987
Nov 2, 2023
Replies: 1 comment 1 reply
-
That's the basics of how RabbitMQ works, covered in the second tutorial: Unacked message is a message that was delivered to a consumer but wasn't acknowledged by that consumer yet. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I know the basics, actually my binary isn't working properly because my developer wrote the wrong code. Thanks for your support Jai Shree Ram .