mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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:
parent
179060ad40
commit
eebec88e03
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ We currently have adapters for:
|
||||||
|
|
||||||
We would like to have adapters for:
|
We would like to have adapters for:
|
||||||
|
|
||||||
* beanstalkd
|
* QueueClassic
|
||||||
* rabbitmq
|
* Sneakers
|
||||||
|
|
||||||
|
|
||||||
## Under development as a gem, targeted for Rails inclusion
|
## Under development as a gem, targeted for Rails inclusion
|
||||||
|
|
Loading…
Reference in a new issue