Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 971 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 971 Bytes

Description:

CLI tool to quickly test RabbitMQ

Usage:

dotnet-rabbit [command] [options]

Commands:

"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

Options:

--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