This tutorial will help you to Setup RabbitMQ on Windows machine. You must have administrative privileges to install the application on your Windows machine.
Before proceeding, please read two main prerequisite from the official site of the RabbitMQ -
Now open url http://localhost:15672 on your browser. You would see a login screen. Please enter guest as username and password. This is the default credential of RabbitMQ(Recommended to change the credential after login). You will see the RabbitMQ dashboard.
This is how you can setup RabbitMQ on your Windows machine.
Hope this will help you. Suggestions are most welcome. Keep visiting my blog :)
Before proceeding, please read two main prerequisite from the official site of the RabbitMQ -
Important:
- The Erlang installer must be run using an administrative account otherwise a registry key expected by the RabbitMQ installer will not be present.
- Your system should only have one version of Erlang installed. Please consult the Windows-specific Issues page.
Once ErLang install, please download the RabbitMQ from the official site and then install it with admin privileges. I have downloaded RabbitMQ version 3.8.3 of 64-bit windows installer file.
Now open RabbitMQ Command Prompt from start menu as Admin and run rabbitmqctl status command. If you see command result like below means your RabbitMQ is installed well and running. But you would not be able to access the RabbitMQ dashboard yet.
Enabling RabbitMQ Web Management
To enable the web management dashboard, run below command from RabbitMQ Command Prompt -
rabbitmq-plugins enable rabbitmq_management
This is how you can setup RabbitMQ on your Windows machine.
Hope this will help you. Suggestions are most welcome. Keep visiting my blog :)
Comments
Post a Comment
You are responsible person and please write responsibly