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

Fixed variable overriding #24

Closed lukaszgi closed 6 years ago

lukaszgi commented 6 years ago

Variable $key from loop overrides $Key from function arguments (routing key).

RamblingCookieMonster commented 6 years ago

Yikes! Good catch, thank you! Merging : )