https://github.com/philrunninger/rabbitmq
https://github.com/philrunninger/rabbitmq
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/philrunninger/rabbitmq
- Owner: PhilRunninger
- Created: 2017-04-26T16:08:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T17:25:21.000Z (about 9 years ago)
- Last Synced: 2025-03-17T10:54:05.373Z (about 1 year ago)
- Language: Erlang
- Size: 739 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).