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

https://github.com/afaur/ruby-rabbitmq-basic

Connect to RabbitMQ using Bunny gem.
https://github.com/afaur/ruby-rabbitmq-basic

Last synced: over 1 year ago
JSON representation

Connect to RabbitMQ using Bunny gem.

Awesome Lists containing this project

README

          

# Description
Tool for quickly connecting to rabbit and getting messages.

# Getting Started
Add the following into a file at: `config/settings.yml`
```
settings:
- :username: ''
:password: ''
:vhost: ''
:port: 5672
:host: ''
:queue: ''
```
- Fill in the values with your settings.

# Running
```
> bundle install
> bundle exec rake
```