I am new to RabbitMq. We are evaluating it for production use with rails app, currently for background mailing system. RabbitMq tutorial presents bunny gem. On it's other gem list, there is also sneakers gem.
It would be useful to know, what are the difference between them, and which one is more useful to create a simple background mailing system ?
Bunny is your RabbitMQ connection wrapper. Send, receive, subscribe, etc.
Sneakers is a framework for a worker-centric approach. It uses Bunny to wrap its connections. You'd use Sneakers if you needed background processing in a Rails application or if you had different worker classes and wanted to standardize your approach.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With