Bunny adapter for Rails enabling you to create in-process AMQP consumers and producers
$ bin/rails generate bunny fooThis will create a service scaffold in app/services/foo_service.rb and add it's initializer
to config/application.rb after_initialize block.
Add this line to your application's Gemfile:
gem 'bunny-on-rails'And then execute:
$ bundle
$ bundle exec rails generate bunny:installContribution directions go here.
The gem is available as open source under the terms of the MIT License.