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.
This commit is contained in:
Mike Perham 2014-05-19 13:21:13 -07:00
parent 179060ad40
commit eebec88e03
1 changed files with 2 additions and 2 deletions

View File

@ -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