An open API service indexing awesome lists of open source software.

https://github.com/philrunninger/rabbitmq


https://github.com/philrunninger/rabbitmq

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# RabbitMQ

This is my version of the code found in [rabbitmq/rabbitmq-tutorials](https://github.com/rabbitmq/rabbitmq-tutorials/tree/master/erlang).

I also put the Topic exchange example in a single gen_server module: [topic.erl](https://github.com/PhilRunninger/RabbitMQ/blob/master/topic.erl).