mateodelnorte / servicebus

Simple service bus for sending events between processes using amqp.
MIT License
420 stars 66 forks source link

allowing vhost to be specified in url #55

Closed tkers closed 9 years ago

tkers commented 9 years ago

Ran into the same problem as discussed in issue #53. This change would allow the vhost to be specified within options.url while still allowing the use of options.vhost (which is prepended to the url).