rabbitmq-server/deps/rabbitmq_management
Simon MacMullen 914f1fa751 I thought of another race: in theory a queue_stats message could make it out of a dying node just in time, but then be overtaken by the queue_deleted event that was generated by another node. Fairly unlikely, but we should handle it. 2013-02-22 13:54:02 +00:00
..
bin stable to default 2013-01-24 13:15:53 +00:00
etc Beginning of a rewritten set of DB tests that do not depend on clock time elapsing. 2013-01-16 17:26:08 +00:00
include Merge in default 2013-02-14 10:33:47 +00:00
priv/www Regularise resolution over time. 2013-02-22 11:48:31 +00:00
src I thought of another race: in theory a queue_stats message could make it out of a dying node just in time, but then be overtaken by the queue_deleted event that was generated by another node. Fairly unlikely, but we should handle it. 2013-02-22 13:54:02 +00:00
test/src Deal with a race between channel_stats and {queue,exchange}_deleted events. 2013-02-21 17:24:16 +00:00
.hgignore Add generated app file to .hgignore 2011-06-15 10:45:15 +01:00
LICENSE Import bae64 encoder 2012-10-23 14:31:18 +01:00
LICENSE-APACHE2-ExplorerCanvas Add ExplorerCanvas and Flot. 2012-11-15 18:08:30 +00:00
LICENSE-BSD-base64js Import bae64 encoder 2012-10-23 14:31:18 +01:00
LICENSE-MIT-EJS10 Add licenses as required by third party code 2011-06-01 12:18:36 +01:00
LICENSE-MIT-Flot Add ExplorerCanvas and Flot. 2012-11-15 18:08:30 +00:00
LICENSE-MIT-Sammy060 Add licenses as required by third party code 2011-06-01 12:18:36 +01:00
LICENSE-MIT-jQuery164 Actually use the new licence file. 2011-09-14 13:00:05 +01:00
LICENSE-MPL-RabbitMQ Update copyright 2013 2013-01-23 11:51:55 +00:00
Makefile Update 2012-09-14 16:03:20 +01:00
README Update 2012-10-30 18:01:27 +00:00
license_info Add ExplorerCanvas and Flot. 2012-11-15 18:08:30 +00:00
package.mk stable to default 2013-02-08 12:24:08 +00:00

README

Generic build instructions are at:
        http://www.rabbitmq.com/plugin-development.html

When installed, point your broswer at:

http://<server>:15672/

and log in with AMQP credentials (guest/guest by default).

Documentation for the HTTP API can be found at

http://<server>:15672/api/