pub fn build_broker_uri(host: &str, vhost: &str) -> String
Expand description

Builds an AMQP protocol URI for RabbitMQ. If vhost is an empty string, assumes that the connection string should be to the default virtual host.