Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

'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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
2.2k views
Welcome To Ask or Share your Answers For Others

1 Answer

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...