You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clear the permissions first to prohibit new incoming connections when deleting a vhost.
If a new queue is created while the vhost is being deleted, the new queue will remain.
as below:
The testvh vhost has been deleted. But there is a queue left in the non-existent testvh
[root@Controller1 ~]# rabbitmqctl list_vhosts
Listing vhosts ...
name
/
[root@Controller1 ~]# rabbitmqctl list_queues --vhost testvh
Timeout: 60.0 seconds ...
Listing queues for vhost testvh ...
name messages messages_ready messages_unacknowledged consumers
ha-1 0 0 0 0
0 commit comments