[rabbitmq-discuss] ANN RabbitMQ HTTP API client for Ruby
Michael Klishin
michael.s.klishin at gmail.com
Fri Dec 14 16:46:24 GMT 2012
I am happy to announce initial release of a RabbitMQ HTTP API [1] client
for Ruby [2].
The client is not yet 100% feature complete but already covers most of the
API.
It supports
* Getting cluster overview information
* Getting cluster nodes status (# file descriptors used, RAM consumption
and so on)
* Getting information about exchanges, queues, bindings
* Closing client connections
* Getting information about vhosts, users, permissions
You can use the client to monitor and automate administration of RabbitMQ
from Ruby.
The client requires RabbitMQ Management plugin to be enabled.
Documentation [3] provides code examples for supported API operations.
1.
http://hg.rabbitmq.com/rabbitmq-management/raw-file/3646dee55e02/priv/www-api/help.html
2. https://github.com/ruby-amqp/rabbitmq_http_api_client
3. https://github.com/ruby-amqp/rabbitmq_http_api_client#usage
--
MK
http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20121214/484da279/attachment.htm>
More information about the rabbitmq-discuss
mailing list