0

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

Giuseppe
  • 363
  • 5
  • 19

1 Answers1

1

The RabbitMQ team monitors the rabbitmq-users mailing list and only sometimes answers questions on StackOverflow.


The documentation clearly states that queue length uses the count of ready messages: https://www.rabbitmq.com/maxlength.html

Luke Bakken
  • 8,993
  • 2
  • 20
  • 33