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 #56

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).

mateodelnorte commented 9 years ago

Thanks a bunch! Will bump version and push, shortly.