简体   繁体   中英

rabbitmqadmin is not recognized on windows

'rabbitmqadmin' is not recognized as an internal or external command,
operable program or batch file.

I tried rabbitmq-service remove and rabbitmq-service install but not work

I can't find the folder that contains rabbitmqadmin file on windows

rabbitmqadmin is an external tool. That you can download using the management UI see the documentation: https://www.rabbitmq.com/management-cli.html

The standard tool is: rabbitmqct

but there are other command line tools:

  • rabbitmqctl for service management and general operator tasks
  • rabbitmq-diagnostics for diagnostics and health checking
  • rabbitmq-plugins for plugin management
  • rabbitmq-queues for maintenance tasks on queues, in particular quorum queues
  • rabbitmq-upgrade for maintenance tasks related to upgrades

see: https://www.rabbitmq.com/cli.html for details

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM