In order to show how the Query/Response API works, and provide developers with a setup to get some hands-on experience, we've provided a small example setup.
-
Start the RabbitMQ server container by running
make
in this directory. Alternativelymake up
for detached-mode, and latermake down
to stop the broker. -
Open both the
querying/
andresponding/
directories in a terminal window, next to each other. -
Each of the example sides can be started by simply running
make
. And will stop after pressingCTRL-C
.