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 port parameter to Wait-RabbitMqMessage #32

Closed yuvalmarciano closed 4 years ago

yuvalmarciano commented 4 years ago

Thanks in advance!

RamblingCookieMonster commented 4 years ago

Works for me! Would you mind:

Thanks!

yuvalmarciano commented 4 years ago

Works for me! Would you mind:

  • Removing default $port value in parameter block
  • Moving where you add $port from hashtable creation to switch statement on psboundparameter keys (a few lines down)

Thanks!

Done. Thanks!! @RamblingCookieMonster

RamblingCookieMonster commented 4 years ago

Awesome, thanks!!