This article covers role management rights that pertain to RabbitMQ channels.
| Right | Feature Code | Explanation |
| Show RabbitMQ Channel Names | EXCMD_INQUIRE_RABBITMQ_CHANNEL_NAMES | Allows users to view a list of the RabbitMQ channel names that exist. |
| Show RabbitMQ Channel | EXCMD_INQUIRE_RABBITMQ_CHANNEL | Allows users to view the details of a specific RabbitMQ channel name. |
| Show RabbitMQ Channel Status | EXCMD_INQUIRE_RABBITMQ_CHANNEL_STATUS | Allows users to view the status of RabbitMQ channels. |
| Show RabbitMQ Channel Stats | EXCMD_INQUIRE_RABBITMQ_CHANNEL_STATS | Allows users to view RabbitMQ channel statistics. |