PSRabbitMq icon indicating copy to clipboard operation
PSRabbitMq copied to clipboard

PowerShell module to send and receive messages from a RabbitMq server

Results 3 PSRabbitMq issues
Sort by recently updated
recently updated
newest added

Is possible pass a parameter to Start-RabbitMqListener with the port to use?

When using the pipeline the body is not re-calculated for each inputObject, $Body is tested to be re-created and has a value. I changed to: ``` process { **$Body =...

Hello, I'm using the module and when I run Wait-RabbitMqMessage it removes all messages but only returns 1 output. Trying to understand if this is the expected behavior as I...