pub async fn create_virtual_host(
    tenant: &str,
    host: &str
) -> Result<(), Box<dyn Error>>
Expand description

Creates a virtual host for the current tenant on the message broker.