Skip to content

kylewelsby/action-cable-bunny

Repository files navigation

ActionCable Bunny

🚧 RabbitMQ adabter for ActionCable using Bunny gem

Installation

Add this line to your application's Gemfile:

gem 'action-cable-bunny'

And then execute:

bundle

Usage

# config/cable.yml
bunny: &bunny
  adapter: bunny
production: *bunny
development: *bunny

Development

After checking out the repo, run bundle install to install dependencies. Then, run bundle exec rake to run the tests.

Contributing

Bug reports and pull requests are welcome on GitHub at github.com/kylewelsby/action-cable-bunny. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Code of Conduct

Everyone interacting in the project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Releases

No releases published

Packages

No packages published

Languages