Virtual hosts (vhosts) RabbitMQ मा एकै broker भित्र logical isolation प्रदान गर्छन् — queues, exchanges, र permissions का लागि अलग-अलग namespaces। तिनीहरूले एक RabbitMQ instance लाई बहुविध अलग-थलग अनुप्रयोग वा वातावरणहरूलाई सेवा गर्न दिन्छन्।
Virtual hosts के हुन्
VIRTUAL HOST (vhost) → a logically isolated namespace within a RabbitMQ broker:
→ each vhost has its OWN queues, exchanges, bindings (isolated from other vhosts)
→ its own PERMISSIONS (users granted access per vhost)
→ like separate "virtual brokers" within one physical broker
→ partitions a single RabbitMQ instance into isolated environments
