Sign inSign up

tomologic/rabbitmqadmin

By tomologic

Updated over 8 years ago

RabbitMQ administration CLI

Image
0

3.5K

tomologic/rabbitmqadmin repository overview

RabbitMQ administration CLI

Usage

docker run --rm tomologic/rabbitmqadmin --help

Configuration file

[default]
hostname = hostname.example.com
port = 15672
username = user
password = password
ssl = True

Running with configuration file:

docker run -v $PWD/rabbitmqadmin.conf:/root/.rabbitmqadmin.conf --rm tomologic/rabbitmqadmin list vhosts
+-----------+----------+
|   name    | messages |
+-----------+----------+
| /         | 0        |
| kshaiofn  | 0        |
| vhost1    | 0        |
| vhost2    | 0        |
| myvhost   |          |
+-----------+----------+

Tag summary

Content type

Image

Digest

Size

28.4 MB

Last updated

over 8 years ago

docker pull tomologic/rabbitmqadmin