A set of scripts for configuring AMQP brokers.
Project description
This package provides the following scripts, which can configure AMQP brokers such as RabbitMQ:
- mkq - declares queues (queue.declare)
- mkx - declares exchanges (exchange.declare)
- bindq - binds queues to exchanges (queue.bind)
- unbindq - unbinds queues from exchanges (queue.unbind)
- rmq - removes queues (queue.delete)
- rmx - removes exchanges (exchange.delete)
- qcat - prints messages to stdout (channel.basic_consume)
- qpurge - purges all messages from a queue (channel.queue_purge)
- hammer - submits messages from the command line (channel.basic_publish)
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
queuetools-1.2.tar.gz
(4.2 kB
view hashes)
Built Distributions
queuetools-1.2-py2.7.egg
(20.5 kB
view hashes)
queuetools-1.2-py2.6.egg
(20.6 kB
view hashes)