7 lines
177 B
Bash
Executable File
7 lines
177 B
Bash
Executable File
./rabbitmqadmin --host=rabbitmq-riscv.allarddcs.nl \
|
|
--port=443 \
|
|
--ssl \
|
|
--username=guest \
|
|
--password=guest \
|
|
publish routing_key=testqueue payload="Hello from CLI"
|