2010-08-03 19:31:51 +08:00
|
|
|
WARNING: this is experimental, unstable, unfinished. Do not rely on any
|
|
|
|
|
APIs exposed. Do not rely on it not to crash your server.
|
|
|
|
|
|
2010-07-12 19:36:59 +08:00
|
|
|
This is a normal RabbitMQ plugin. For detailed installation instructions
|
|
|
|
|
go to:
|
|
|
|
|
http://www.rabbitmq.com/admin-guide.html#installing-plugins
|
|
|
|
|
|
|
|
|
|
A summary:
|
|
|
|
|
|
|
|
|
|
hg clone http://hg.rabbitmq.com/rabbitmq-public-umbrella/
|
|
|
|
|
cd rabbitmq-public-umbrella
|
|
|
|
|
make co
|
2010-08-03 19:31:51 +08:00
|
|
|
make
|
2010-07-14 00:27:52 +08:00
|
|
|
hg clone http://hg.rabbitmq.com/rabbitmq-management/
|
|
|
|
|
cd rabbitmq-management
|
2010-07-12 19:36:59 +08:00
|
|
|
make
|
|
|
|
|
|
2010-08-03 19:31:51 +08:00
|
|
|
After that in the directory 'rabbitmq-public-umbrella/rabbitmq-management' you
|
2010-08-27 00:42:03 +08:00
|
|
|
should be able to see the plugins:
|
|
|
|
|
$ ls dist
|
|
|
|
|
amqp_client.ez rabbit_common.ez rabbitmq-management.ez webmachine.ez
|
|
|
|
|
mochiweb.ez rabbitmq-management rabbitmq-mochiweb.ez
|
2010-07-12 19:36:59 +08:00
|
|
|
|
2010-08-27 20:58:19 +08:00
|
|
|
To install them to a local RabbitMQ instance you need to copy all of the *.ez
|
|
|
|
|
files into your rabbit plugins *except* rabbit_common.ez.
|
2010-08-27 20:55:50 +08:00
|
|
|
|
|
|
|
|
For example:
|
2010-07-12 19:36:59 +08:00
|
|
|
|
2010-08-27 00:42:03 +08:00
|
|
|
cp rabbitmq-mochiweb.ez mochiweb.ez webmachine.ez \
|
|
|
|
|
amqp_client.ez rabbitmq-management.ez \
|
|
|
|
|
/usr/lib/rabbitmq/lib/rabbitmq_server-2.0.0/plugins
|
2010-07-12 19:36:59 +08:00
|
|
|
rabbitmq-activate-plugins
|
2010-08-27 23:18:41 +08:00
|
|
|
|
|
|
|
|
Finally, restart RabbitMQ and point your browser to
|
|
|
|
|
|
|
|
|
|
http://<server>:55672/mgmt/
|