2017-08-02 13:24:25 -05:00
..
2017-08-02 13:24:25 -05:00
2017-08-02 13:24:25 -05:00
2017-07-28 11:53:25 -05:00

RabbitMQ Examples

I needed to test a rabbitMQ with some basics so I forked the official tutorials and added a Dockerfile here

dockerhub here

In that fork, there is a Makefile that can run through the proof of concept. make will start a rabbitmq container, then start all the listeners as deamons, and the emitters to run once. The emitters are ephemeral and will go away once their message is sent or they error out.