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

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

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
```