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

Register-RabbitMqEvent fix and minor Features #20

Closed gaelcolas closed 7 years ago

gaelcolas commented 7 years ago

Fixed #19 Added Parameter -ActionData which will be available from the $ActionSB's scope. Added Parameter -ListenerJobName defaulting to "RabbitMq_${ComputerName}_${Exchange}_${Key}" for backward compatibility.

gaelcolas commented 7 years ago

You're right, amended. Thanks!