Virtual hosts (vhosts) RabbitMQ-ல் ஒரு broker-க்குள் logical isolation வழங்குகிறது — queues, exchanges, மற்றும் permissions-க்கான தனி namespaces. ஒரு RabbitMQ instance பல தனிமைப்படுத்தப்பட்ட applications அல்லது environments-க்கு service செய்ய அவற்றை அனுமதிக்கிறது.
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
