Sign inSign up

kffl/bunny-rest-proxy

By kffl

•Updated about 3 years ago

HTTP message broker built on top of RabbitMQ

Image
0

10K+

kffl/bunny-rest-proxy repository overview

Bunny REST Proxy logo

⁠Bunny REST Proxy

Bunny REST Proxy is a HTTP message broker built on top of RabbitMQ. It allows services to easily publish messages into RabbitMQ queues over HTTP as well as to consume messages utilizing both pull (HTTP GET) and push (HTTP POST to a subscriber) delivery modes.

NOTE: Bunny REST Proxy is still under development and should not be considered production-ready at this point in time.

⁠Using this container image

# this example assumes that you have Bunny REST Proxy config.yml file in your working directory
docker network create bunny
docker run -d --hostname rabbit --net bunny --name rabbitmq rabbitmq:3-management
docker run -p 3672:3672 -v $(pwd)/config.yml:/app/config.yml --net bunny \
   --env BRP_CONN_STR="amqp://guest:guest@rabbitmq:5672?heartbeat=30" -d \
   kffl/bunny-rest-proxy

Tag summary

Content type

Image

Digest

sha256:9dc6dcf9f…

Size

72.5 MB

Last updated

about 3 years ago

docker pull kffl/bunny-rest-proxy