RamblingCookieMonster / PSRabbitMq

PowerShell module to send and receive messages from a RabbitMq server
http://ramblingcookiemonster.github.io/RabbitMQ-Intro/
MIT License
47 stars 29 forks source link

Add -vhost parameter for other RabbitMQ Calls #13

Closed derekmwright closed 7 years ago

derekmwright commented 7 years ago

Fixes #12

RamblingCookieMonster commented 7 years ago

Hi!

Makes sense to me. I'm assuming the default is / even if it's not specified (i.e. this wouldn't change behavior of existing scripts using the module)

@gpduck @gaelcolas, any concerns? Also, I ping you because you created this (Chris) and seem active (Gael) - hit me up if you'd prefer I don't : )

Cheers!

derekmwright commented 7 years ago

Correct, parameter default is "/" to keep previous behavior

gaelcolas commented 7 years ago

Looks good to me. :)

RamblingCookieMonster commented 7 years ago

Awesome, thanks Derek and Gael! Merging