This article covers role management rights that pertain to RabbitMQ exchanges.
| Right | Feature Code | Explanation |
| Change RabbitMQ Exchange | EXCMD_CHANGE_RABBITMQ_EXCHANGE | Allows users to change RabbitMQ exchanges. |
| Create RabbitMQ Exchange | EXCMD_CREATE_RABBITMQ_EXCHANGE | Allows users to create RabbitMQ exchanges. |
| Delete RabbitMQ Exchange | EXCMD_DELETE_RABBITMQ_EXCHANGE | Allows users to delete RabbitMQ exchanges. |
| Show RabbitMQ Exchange | EXCMD_INQUIRE_RABBITMQ_EXCHANGE | Allows users to view the details of a specific RabbitMQ exchange. |
| Show RabbitMQ Exchange Names | EXCMD_INQUIRE_RABBITMQ_EXCHANGE_NAMES | Allows users to view a list of the RabbitMQ exchanges that exist. |
| Show RabbitMQ Exchange Stats | EXCMD_INQUIRE_RABBITMQ_EXCHANGE_STATS | Allows users to view RabbitMQ exchange statistics. |
| Show RabbitMQ Exchange Status | EXCMD_INQUIRE_RABBITMQ_EXCHANGE_STATUS | Allows users to view the status of RabbitMQ exchanges. |