RamblingCookieMonster / RabbitMQTools

PowerShell module containing cmdlets to manage RabbitMQ.
http://ramblingcookiemonster.github.io/RabbitMQ-Intro/
MIT License
31 stars 22 forks source link

Added ability to set additional arguments during queue creation. #16

Closed sergeytunnik closed 8 years ago

sergeytunnik commented 8 years ago

Right now it isn't possible to set additional parameters. This commit adds this ability.

RamblingCookieMonster commented 8 years ago

Yikes, I'm a bit behind : ) Looks good to me. $PSBoundParameters.ContainsKey('Arguments') might be a simpler test, but this should work as is.

Thanks!