amqp-rs / lapin

AMQP client library in Rust, with a clean, futures based API
MIT License
1.05k stars 92 forks source link

Feature request: Support vhost #19

Closed hobofan closed 7 years ago

hobofan commented 7 years ago

CloudAMQP and similar hosted versions of RabbitMQ use a vhost for multi-tenant environments.

When trying out lapin, I think the lack of vhost support was the only thing "technically" keeping me from establishing a connection.

Geal commented 7 years ago

this should work now I'll push a new version soon :)

hobofan commented 7 years ago

Just tested it, and its working great! 🎉 Thanks for the quick response @Geal & @Keruspe ! 👍