This article covers role management rights that pertain to RabbitMQ users.
Right |
Feature Code |
Explanation |
Change RabbitMQ User | EXCMD_CHANGE_RABBITMQ_USER | Allows users to change RabbitMQ users. |
Create RabbitMQ User | EXCMD_CREATE_RABBITMQ_USER |
Allows users to create RabbitMQ users.
|
Delete RabbitMQ User | EXCMD_DELETE_RABBITMQ_USER |
Allows users to delete RabbitMQ users.
|
Delete RabbitMQ User Limits | EXCMD_DELETE_RABBITMQ_USER_LIMITS | Allows users to delete RabbitMQ user limits (the limits on the number of connections and channels a specific user can open). |
Set RabbitMQ User Limits | EXCMD_SET_RABBITMQ_USER_LIMITS | Allows users to set RabbitMQ user limits (the limits on the number of connections and channels a specific user can open). |
Show RabbitMQ User | EXCMD_INQUIRE_RABBITMQ_USER | Allows users to view the details of a specific RabbitMQ user name. |
Show RabbitMQ User Limits | EXCMD_INQUIRE_RABBITMQ_USER_LIMITS | Allows users to view RabbitMQ user limits. |
Show RabbitMQ User Names | EXCMD_INQUIRE_RABBITMQ_USER_NAMES | Allows users to view a list of the RabbitMQ user names that exist. |