RamblingCookieMonster / RabbitMQTools

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

Add Remove-RabbitMQExchangeBinding function #40

Open brihulse opened 6 years ago

brihulse commented 6 years ago

Added Remove-RabbitMQExchangeBinding function and listed it in modules function export list. Followed alias naming conventions from Add-RabbitMQExchangeBinding function. Tested against local RabbitMQ instance.

brihulse commented 6 years ago

any thoughts on this one?

RamblingCookieMonster commented 5 years ago

Hiyo! Missed this! If it works for you let me know, happy to merge it in. You might want to just remove the extra/empty comment based help bits

Cheers!