CLI tool to quickly test RabbitMQ
dotnet-rabbit [command] [options]
"publish": publish message to specified queue
"subscribe": Listen to all messages in a queue
"peek": Check the first message in specified queue
"pop": Read and remove the first message in a queue
--host [default: localhost]
--port [default: 5672]
-s, --secure [default: False]
-q, --queue (REQUIRED)
-u, --username []
-p, --password []
--exchange []
-d, --durable [default: False]
-a, --autodelete [default: False]
--exclusive [default: False]
--version Show version information
-?, -h, --help Show help and usage information