This article covers role management rights that pertain to RabbitMQ virtual hosts.
| Right | Feature Code | Explanation |
| Change RabbitMQ Vhost | EXCMD_CHANGE_RABBITMQ_VHOST | Allows users to change RabbitMQ virtual hosts. |
| Check RabbitMQ Vhost Aliveness | EXCMD_CHECK_RABBITMQ_VHOST_ALIVENESS | Allows users to check for the aliveness of a RabbitMQ virtual host (alive = 200 status "ok" response). |
| Create RabbitMQ Vhost | EXCMD_CREATE_RABBITMQ_VHOST | Allows users to create RabbitMQ virtual hosts. |
| Delete RabbitMQ Vhost | EXCMD_DELETE_RABBITMQ_VHOST | Allows users to delete RabbitMQ virtual hosts. |
| Delete RabbitMQ Vhost Limits | EXCMD_DELETE_RABBITMQ_VHOST_LIMITS | Allows users to delete the limits (for example, number of queues or concurrent connections) that have been set on a virtual host. |
| Set RabbitMQ Vhost Limits | EXCMD_SET_RABBITMQ_VHOST_LIMITS | Allows users to set limits on a virtual host (for example, number of queues or concurrent connections). |
| Show RabbitMQ Vhost | EXCMD_INQUIRE_RABBITMQ_VHOST | Allows users to view the details of a specific RabbitMQ virtual host. |
| Show RabbitMQ Vhost Limits | EXCMD_INQUIRE_RABBITMQ_VHOST_LIMITS | Allows users to view the limits (for example, number of queues or concurrent connections) that have been set on a virtual host. |
| Show RabbitMQ Vhost Names | EXCMD_INQUIRE_RABBITMQ_VHOST_NAMES | Allows users to view a list of the RabbitMQ virtual host names that exist. |
| Show RabbitMQ Vhost Stats | EXCMD_INQUIRE_RABBITMQ_VHOST_STATS | Allows users to view the statistics for a virtual host. |
| Show RabbitMQ Vhost Status | EXCMD_INQUIRE_RABBITMQ_VHOST_STATUS | Allows users to view RabbitMQ virtual host status. |
| Start RabbitMQ Vhost | EXCMD_START_RABBITMQ_VHOST | Allows users to start RabbitMQ virtual hosts. |