ruby-amqp/bunny

Include unacknowledged messages in Bunny::Queue#message_count

Closed this issue · 2 comments

Hello, i'am unable to retrieve unacknowledged messages from a queue using Bunny, i need this number in order to perform automatic scaling down actions on several containers(Consumers). I can't see how i can do it using only Bunny. The API of RAbbitMQ can be usefiull, but i would like to do this with Bunny,
Thank You guys.