windows 中的 rabbitmqadmin 在 windows 中无法正常工作

rabbitmqadmin in windows not working properly in windows

我从 http://localhost:15672/cli/index.html 下载 rabbitmqadmin 我安装了 python 并设置了它的路径。 但是当我输入 rabbitmqadmin 的命令时,没有工作。

python.exe rabbitmqadmin --helps 输出是:不存在这样的选项

python.exe rabbitmqadmin 输出是:未指定操作。

python.exe rabbitmqadmin 列出队列名称 输出是:不知道如何列出队列。

我不知道为什么会这样,我也看了rabbitmq的文档,但是没有找到解决方法。

python.exe rabbitmqadmin --help 是获得帮助的正确命令。

python.exe rabbitmqadmin returns action not specified 因为您没有提供像 list queues 这样的操作让它执行。查看 --help 输出以及 python.exe rabbitmqadmin help subcommands.

的输出

请参阅 this gist 中的几个示例命令及其输出。


注意: RabbitMQ 团队监控 the rabbitmq-users mailing list 并且有时仅在 Whosebug 上回答问题。