Sidekiq VS. RabbitMQ

时光怂恿深爱的人放手 提交于 2020-01-02 02:45:06

问题


We are in need of a queuing system in our Ruby On Rails 4 web application

what are the differences and why would/wouldn't you pick

Sidekiq over RabbitMQ ?


回答1:


It's quite different things with different usage. Sidekiq is full-featured solution for job queueing and processing, while RabbitMQ is just a message broker where you can build your own stuff upon it.



来源:https://stackoverflow.com/questions/34525941/sidekiq-vs-rabbitmq

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!