Skip to main content

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


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

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page