Retrieving number of unacknowledged messages in RabbitMQ queue from Java/ Spring

前端 未结 2 1733
离开以前
离开以前 2021-02-08 16:46

is there any way to return the number of messages that are unacknowledged?

I am using this code to get the number of messages in the queue:

DeclareOk dec         


        
2条回答
  •  长情又很酷
    2021-02-08 17:27

    actual url for 3.8.9 version:

    http://username:password@queue-server:15672/api/queues/%2F/queue-name

提交回复
热议问题