'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
rabbitmqadminis an external tool. That you can download using the management UI see the documentation: https://www.rabbitmq.com/management-cli.htmlThe standard tool is:
rabbitmqctbut there are other command line tools:
rabbitmqctlfor service management and general operator tasksrabbitmq-diagnosticsfor diagnostics and health checkingrabbitmq-pluginsfor plugin managementrabbitmq-queuesfor maintenance tasks on queues, in particular quorum queuesrabbitmq-upgradefor maintenance tasks related to upgradessee: https://www.rabbitmq.com/cli.html for details