Creating a RabbitMQ Virtual Host
Each virtual host serves as an independent RabbitMQ server. Virtual hosts provide logical separation of exchanges, queues, and bindings. Different applications run on different virtual hosts without interfering with each other. An instance can have multiple virtual hosts, and a virtual host can have multiple exchanges and queues. To connect a producer or consumer to a RabbitMQ instance, you must specify a virtual host. For details, see Virtual Hosts on the official RabbitMQ website.
Notes and Constraints
|
Version |
Notes and Constraints |
|---|---|
|
3.x.x |
|
|
AMQP-0-9-1 |
|
Creating a RabbitMQ Virtual Host
A virtual host can be created on the console or management UI.
- Log in to the RabbitMQ console.
- Click
in the upper left corner to select the region where your instance is located. - Click an instance name to go to the instance details page.
- In the navigation pane, choose Instance > Virtual Hosts.
- Click Create Virtual Host.
- Enter a virtual host name and click OK.
Table 2 Virtual host naming rules Version
Naming Rule
3.x.x
The value can contain 2 to 128 characters, including letters, digits, periods (.), percent signs (%), vertical bars (|), hyphens (-), underscores (_), and slashes (/).
AMQP-0-9-1
The value can contain 2 to 32 characters, including letters, digits, periods (.), percent signs (%), vertical bars (|), hyphens (-), underscores (_), and slashes (/). (Each special character is counted as three characters.)
Once a virtual host is created, its name is fixed and it is displayed in the virtual host list.
Tracing indicates whether message tracing is enabled. This parameter is available only in RabbitMQ 3.x.x. If it is enabled, you can trace the message forwarding path.Figure 2 Virtual host list (RabbitMQ 3.x.x)
Figure 3 Virtual hosts (RabbitMQ AMQP-0-9-1)
- Log in to the RabbitMQ management UI.
- On the top navigation bar, choose Admin.
- In the navigation tree on the right, choose Virtual Hosts.
Figure 4 Virtual hosts
- In the Add a new virtual host area, enter the virtual host name and click Add virtual host.
Figure 5 Creating a virtual host (management UI)
After the creation is successful, the new virtual host is displayed in the All virtual hosts area.
Figure 6 Virtual host list (management UI)
Related Document
To create a virtual host by calling an API, see Creating a Virtual Host.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot