From eebec88e03b3e585f507832f41c22411a9777472 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Mon, 19 May 2014 13:21:13 -0700 Subject: 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. --- README.md | 4 ++-- 1 file 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 -- cgit v1.2.3