In our environment, we have several RabbitMQ VHosts defined: one for dev
, one for qa
, one for staging
and so on. The default VHost /
is unused and shows no users as having access, nor does it have any exchanges or queues defined.
Is it okay to run rabbitmqctl delete_vhost '/'
to remove this VHost? Does rabbitmq-server or any of the clients place any special meaning on it, or break if it is missing?