Installation
Configuration
Management
Monitoring
Troubleshooting
Advanced Configuration
The Data Hub installation of RabbitMQ uses its default user settings, with one administrator account named guest
, with the password guest
. This installation only allows access to RabbitMQ on the same machine, but you
may wish to create another administrator account and delete the default one for security reasons. Or, you may wish to create a user with monitoring privileges only, to prevent accidental changes using the management console.
A monitoring user can see statistics on RabbitMQ, but cannot make any changes to the user configuration, nor affect the queues in any way.
To create such a user:
http://localhost:15672/#/users
.
guest
/guest
by default).[Monitoring]
.Add user
./
by default).Set permission
.An administrator user can modify all elements of RabbitMQ, including changing the user configuration and purging queues.
To create such a user:
http://localhost:15672/#/users
.
guest
/guest
by default).[Admin]
.Add user
./
by default)..*
.Set permission
.Warning: You must reconfigure the Data Hub connections to use another administrator user before removing the user currently used by the Data Hub (default is guest
).
Warning: Do not remove all administrator users. If you do so, you will probably have to uninstall and reinstall, causing data loss.
To remove a user:
http://localhost:15672/#/users
.
guest
/guest
by default).Delete
.Data Hub User Guide Version 1.2.0. Copyright © 2013 PreEmptive Solutions, LLC