【发布时间】:2017-01-20 05:48:08
【问题描述】:
我想知道list the message_unacknowledged of specific queue 是否可行?我的意思是我在 1 个虚拟主机中有 4-5 个队列,但我只想查看 message_unacknowledged 的特定队列。
这是我的命令:
C:\Python26\python.exe C:\Python26\rabbitmqadmin.exe --host %host% --port 443 --ssl --user %user% --password %password% list queues messages_unacknowledged
这是我只想看到的。 enter image description here
谢谢!
【问题讨论】:
标签: queue rabbitmq command-line-interface amqp