Penalty kicks of several VHosts in rabbitmq?

Is there a performance limit for running many vhosts as opposed to many exchanges? I have to support thousands of different clients, and I am trying to decide whether each client should receive its own ghost, or I should have one ghost, and each client receives its own exchange. What is the best choice compared to performance and resource utilization?

+5
source share
1 answer

Got a response from RabbitMQ. VHosts actually exist only as a security context, so they have almost no overhead, so when using many vhosts there should be very little overhead.

+9
source

All Articles