RabbitMQ Quick Install on Ubuntu
☰ Table of Content
Step by Step.
Note: Before installation, hostname/IP must be configure properly in
/etc/hostsor resolvable through DNS.
Install
| |
Verify
| |
Enable Management Plugin
This give you the web interface.
| |
Accessing RabbitMQ Web Console:
| |
Create Users
| |
Set User As Administrator
| |
Note: RabbitMQ come with default guest account.
| |
You may want to disable/delete this account
Create Virtual Host
| |
Note: RabbitMQ come with default virtual host “/”, and guest account has full access
Granting Permission
Following will grant user full permissions to new vhost:
| |
John Siu
Update: 2020-07-21