https://github.com/krisleech/bugs
Sample apps to produce and consume messages using RabbitMQ as event bus
https://github.com/krisleech/bugs
Last synced: 8 months ago
JSON representation
Sample apps to produce and consume messages using RabbitMQ as event bus
- Host: GitHub
- URL: https://github.com/krisleech/bugs
- Owner: krisleech
- License: mit
- Created: 2014-11-15T19:44:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-15T19:45:54.000Z (over 11 years ago)
- Last Synced: 2025-07-20T03:37:50.078Z (11 months ago)
- Language: Ruby
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Bugs
Two apps to produce and consume messages using RabbitMQ as the event bus.
## Installation
```
./bin/setup
```
## Usage
Start the consumer app:
```
./bin/start
```
Thanks to [rerun](https://github.com/alexch/rerun) the app is restarted when
any files are changed.
Publish a message
```
ruby producer.rb
```