metfan/rabbit-setup

Tools to ease creation of exchanges, queues, parameters on rabbitMQ

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 1

Forks: 1

Open Issues: 0

Type:project

pkg:composer/metfan/rabbit-setup

v1.0.0 2018-06-18 13:40 UTC

This package is not auto-updated.

Last update: 2025-10-02 23:40:18 UTC


README

Build Status SensioLabsInsight Scrutinizer Code Quality

Rabbit-setup is a command line tool to ease management of vhosts, exchanges, queues and bindings into RabbitMQ instance via the RabbitMQ's API. The best way to use rabbit-setup is using phar file.

Use this commande line to compile phar of the project or download from release page

php -d phar.readonly=off ./phar-composer.phar build https://github.com/metfan/rabbit-setup.git

phar-composer can be found here: https://github.com/clue/phar-composer#as-a-phar-recommended

Commands exposed by Rabbit-setup:

Thanks to Olivier about inspiration: https://github.com/odolbeau/rabbit-mq-admin-toolkit

TODO:

  • add support of simple configuration file
  • deletion of parameters
  • manage users