Easy message queues for ruby
Easy message queues for ruby
Add this line to your application’s Gemfile:
gem 'message-driver'
You’ll also want to add a driver gem:
gem 'bunny'
gem 'stomp'
And then execute:
$ bundle
Or install it yourself as:
$ gem install message-driver
You can find the main documentation here: https://www.relishapp.com/message-driver/message-driver
You can also take a look at the examples
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)