HTTP message broker built on top of RabbitMQ
10K+
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.
# 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
Content type
Image
Digest
sha256:9dc6dcf9f…
Size
72.5 MB
Last updated
about 3 years ago
docker pull kffl/bunny-rest-proxy