Main messaging system between Rails [micro]services implementing message bus pattern on NATS (for now).
How to use my plugin.
Add this line to your application's Gemfile:
gem 'artery'
And then execute:
$ bundle
Or install it yourself as:
$ gem install artery
Then install migrations and run (if using ActiveRecord):
$ rake artery:install:migrations
$ rake db:migrate
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.