aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMike Perham <mperham@gmail.com>2014-05-19 13:21:13 -0700
committerMike Perham <mperham@gmail.com>2014-05-19 13:21:13 -0700
commiteebec88e03b3e585f507832f41c22411a9777472 (patch)
treeb83e8ef54075178780b67f339b76014995e47b25 /README.md
parent179060ad40580905f421f93231f5f8f904d8c858 (diff)
downloadrails-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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bbaaaf73ac..da73276e84 100644
--- a/README.md
+++ b/README.md
@@ -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