This is the code that you can find in the rabbit documentation but using async await instead of promises (and some really minor tweaks)
Every chapter is stored as a branch...
| chapter | branch |
|---|---|
| Hello World | master |
| Work Queues | queues-cap2 |
| Publish/Subscribe | pubsub |
| Routing (not ready) | routing |
| Topics (not ready) | topics |
| RPC (not ready) | RPC |