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

Error when using newer RabbitMQ.Client.dll #38

Open DS4711 opened 1 week ago

DS4711 commented 1 week ago

We experience exceptions when using Send-RabbitMqMessage.ps1 with RabbitMQ.Client.dll version 5. In our setup behind IIS/ASP.Net a different RabbitMQ.Client.dll is automatically used and not the one shipped with PSRabbitMQ. It would be nice, if PSRabbitMQ would be updated to support a newer version of RabbitMQ.Client.dll.