Can a Client Connect to Multiple Virtual Hosts of a RabbitMQ Instance?
Yes.
Virtual hosting is a basic feature of RabbitMQ. Each virtual host serves as an independent RabbitMQ server. Different virtual hosts have different data directories but share the same process. Connecting to multiple virtual hosts does not differ much in performance from connecting to one virtual host. The only difference is that the RabbitMQ process has more objects. You are advised to test the performance by using the service model.
For details, see Virtual Hosts on the official RabbitMQ website.
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