RabbitMQ Examples
I needed to test a rabbitMQ with some basics so I forked the official tutorials and added a Dockerfile 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.