Initial commit

This commit is contained in:
2017-02-28 13:56:27 +00:00
commit 86d952da9a
22 changed files with 604 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# BunnyRun
Easy to use runtime for [Bunny](http://rubybunny.info/)-based AMQP consumers.
## Features
- Simple and powerful DSL for writing consumers and publishers.
- CLI tool for running consumers (`bunnyrun my_consumer.rb`).
- Logging mechanisms.
- Error reporting mechanisms.
## License
The gem is available as open source under the terms of
the [MIT License](http://opensource.org/licenses/MIT).