Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pelletier/bismuth

RESTful API for RabbitMQ that does not suck (too hard)
https://github.com/pelletier/bismuth

Last synced: 25 days ago
JSON representation

RESTful API for RabbitMQ that does not suck (too hard)

Awesome Lists containing this project

README

        

# Compile & use

Edit config.cfg to fit your needs, then run!

$ make start

You can also just compile:

$ make bismuth

Then run:

$ erl -pa ./ebin -pa ./deps/*/ebin -name bismuth -s bismuth_app boot -sname bismuth@yourhost -boot start_sasl

# URIs

The schema is simple:

//[optional/args/]

So we have:


/queues/

List the queues and provide their stats.

/queues/queuename/

Retrieve the informations about the given queue.

You can always provide the following `GET` parameters:


vhost

The vhost you want to query. Default is /.

callback

The callback for JSONP calls.