rabbitmq / rabbitmq-objc-client

RabbitMQ client for Objective-C and Swift
https://rabbitmq.com
Other
241 stars 84 forks source link

set connection's vhost #78

Closed Assylkhan closed 8 years ago

Assylkhan commented 8 years ago

Hi. How can i specify vhost for RMQConnection easily?

michaelklishin commented 8 years ago

By setting RMQConnectionConfig.vhost.

michaelklishin commented 8 years ago

Please post questions to rabbitmq-users or Stack Overflow. RabbitMQ uses GitHub issues for specific actionable items engineers can work on, not questions. Thank you.