A RabbitMQ CLI
Project description
rabbitmq-tool
A RabbitMQ CLI
Features:
- manage bindings
- inspect exchanges and queues
- show all exchanges and queues
- create and delete exchanges and queues
Installation
pip install rabbitmq-tool
Usage Examples
See --help
for more information.
Create exchange
$ rabbitmq-tool --url http://localhost:15672 --username guest create-exchange myexchange
Create queue
$ rabbitmq-tool --url http://localhost:15672 --username guest create-queue myqueue
Bind exchange and queue
$ rabbitmq-tool --url http://localhost:15672 --username guest bind --exchange myexchange --queue myqueue --routing '#'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rabbitmq_tool-0.0.1.tar.gz
(3.2 kB
view details)
File details
Details for the file rabbitmq_tool-0.0.1.tar.gz
.
File metadata
- Download URL: rabbitmq_tool-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8697b6b3dde6fb6036281f3a37451d6972bbfb530a001a99ae7f6a109405e25a |
|
MD5 | 2cae72203c286b131e8cc1addbb6a6f6 |
|
BLAKE2b-256 | de0a4ff4ad94f8e5c2f19cda3377e5dd7a31c82530b813e4fb770f11402ee5f7 |