Reputation: 393
I need a queue with limited message inside considering not only message in queue but also the unacked ones. Is there a way to configure this server side? If yes is it possible using kobu as library?
Thank you
Upvotes: 0
Views: 594
Reputation: 9667
The documentation clearly states that queue length uses the count of ready messages: https://www.rabbitmq.com/maxlength.html
Upvotes: 1