smallfish / rabbitmq-http

REST API for RabbitMQ, Write with Google Go(lang).
Other
108 stars 30 forks source link

RabbitMQ HTTP API

REST HTTP API for RabbitMQ, it's not RabbitMQ Management Plugin.

Status:

Under active development.

Required:
* RabbitMQ (2.8+)
* Go(lang) (1.0.3)
Install:
$ go get github.com/streadway/amqp
$ go get github.com/smallfish/rabbitmq-http
Usage
HTTP Response
200 OK
405 Method Not Allowed
500 Internal Server Error
API List
Exchange
Message
Queue
Copyright and License

rabbitmq-http is licensed under the BSD license.