queuetools 1.1.1

queuetools is a Python module that 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)* rmq...