diff options
author | Mike Perham <mperham@gmail.com> | 2014-05-19 13:21:13 -0700 |
---|---|---|
committer | Mike Perham <mperham@gmail.com> | 2014-05-19 13:21:13 -0700 |
commit | eebec88e03b3e585f507832f41c22411a9777472 (patch) | |
tree | b83e8ef54075178780b67f339b76014995e47b25 | |
parent | 179060ad40580905f421f93231f5f8f904d8c858 (diff) | |
download | rails-eebec88e03b3e585f507832f41c22411a9777472.tar.gz rails-eebec88e03b3e585f507832f41c22411a9777472.tar.bz2 rails-eebec88e03b3e585f507832f41c22411a9777472.zip |
Update README.md
beanstalkd and rabbitmq are MQ servers, they aren't something that would integrate directly with Rails and ActiveJob. That's like saying we want an adapter for Redis, when really you want adapters for Resque, Sidekiq, etc.
Sneakers is the latest Ruby job system using rabbitmq. I don't know of a modern beanstalkd system for Ruby, Stalker is pretty dead these days. I added QueueClassic because it's reasonably popular on Heroku for the "postgresql only" crowd.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -86,8 +86,8 @@ We currently have adapters for: We would like to have adapters for: -* beanstalkd -* rabbitmq +* QueueClassic +* Sneakers ## Under development as a gem, targeted for Rails inclusion |