Usage/ Deployment Instructions
1: Access RabbitMQ in Azure Marketplace and click on get it now button.


Click on continue and then click on create,

2: Now to create a virtual machine, enter or select appropriate values for zone, machine type, resource group and so on as per your choice.





Click on Review + create;

Click on create
Once your deployment is complete.
To access the application:
Step 1: Use the browser to access the application at http://<instance ip address> :15672 replace <instance ip address> with the actual IP address of the running instance, and You will have to edit firewall rule with http traffic or https traffic and open port 15672 for RabbitMQ application.
Edit firewall rule here,

Your login screen appears,

For setting up user and password for login, or you can use default user as,
Username – admin
Password –admin
OR do ssh into your vm for setting up a user,
$sudo rabbitmqctl add_user admin password
$sudo rabbitmqctl set_user_tags admin administrator
$sudo rabbitmqctl set_permissions -p / admin ".*" ".*" ".*"

Step 2: After Logging in your dashboard appears:

Enjoy your application