Reputation: 109
RabbitMQ does not start automatically after installation on my system.
Tried checking the status by running the following line of code
sudo rabbitmqctl status
output: "The handle is invalid"
Upvotes: 0
Views: 187
Reputation: 2459
What's operation system do you use?
usually you need to enable autostart by executing command
sudo systemctl enable rabbitmq-server
Upvotes: 1