rabbitmq not running on windows code example
Example 1: start rabbit mq server
brew services start rabbitmq
Example 2: rabbitmq service not starting
Run the command prompt as Administrator
Navigate to the sbin directory and uninstall the service. rabbitmq-service remove
Reinstall the service rabbitmq-service install
Enable the plugins. rabbitmq-plugins enable rabbitmq_management
Start the service rabbitmq-service start
Go to "http://localhost:15672/"