bkeepers / qu

a Ruby library for queuing and processing background jobs.
MIT License
505 stars 50 forks source link

RabbitMQ vs Bunny #100

Closed jdrago999 closed 9 years ago

jdrago999 commented 9 years ago

Hi -

I did some googling and didn't see a qu-rabbit or qu-bunny backend.

Does one exist? Should it? Anything I should be aware of before spiking on making one?

Thanks!

jnunemaker commented 9 years ago

I don't know of one existing. I'm reworking some of the queue stuff right now, but any changes would be easy to port if you get something working. Additionally, you could just work off the api branch which is pretty close to what it will end up being.

jdrago999 commented 9 years ago

OK great - thanks!

jnunemaker commented 9 years ago

@jdrago999 its rough so let me know if you have any issues.