This article covers role management rights that pertain to RabbitMQ queues.
Right |
Feature Code |
Explanation |
Cancel RabbitMQ Queue Sync | EXCMD_CANCEL_RABBITMQ_QUEUE_SYNC | Allows users to cancel the synchronization of RabbitMQ queues. |
Change RabbitMQ Queue | EXCMD_CHANGE_RABBITMQ_QUEUE | Allows users to change RabbitMQ queues. |
Create RabbitMQ Queue | EXCMD_CREATE_RABBITMQ_QUEUE | Allows users to create RabbitMQ queues. |
Delete RabbitMQ Queue | EXCMD_DELETE_RABBITMQ_QUEUE | Allows users to delete RabbitMQ queues. |
Purge RabbitMQ Queue | EXCMD_PURGE_RABBITMQ_QUEUE | Allows users to purge RabbitMQ queues. |
Show RabbitMQ Queue | EXCMD_INQUIRE_RABBITMQ_QUEUE | Allows users to view the details of a specific RabbitMQ queue. |
Show RabbitMQ Queue Names | EXCMD_INQUIRE_RABBITMQ_QUEUE_NAMES | Allows users to view a list of the RabbitMQ queues that exist. |
Show RabbitMQ Queue Stats | EXCMD_INQUIRE_RABBITMQ_QUEUE_STATS | Allows users to view the statistics of RabbitMQ queues. |
Show RabbitMQ Queue Status | EXCMD_INQUIRE_RABBITMQ_QUEUE_STATUS | Allows users to view the status of RabbitMQ queues. |
Sync RabbitMQ Queue | EXCMD_SYNC_RABBITMQ_QUEUE | Allows users to synchronize RabbitMQ queues. |