QueueingRabbit is a Ruby library providing a flexible DSL to interact with a RabbitMQ server. Any Ruby class or Module can be transformed into QueueingRabbit's background job by including QueueingRabbit::Job module. It is also possible to inherit your class from QueueingRabbit::AbstractJob abstract class. The library is bundled with a Rake task to start a worker processing a list of specified jobs.
Required Ruby Version
>= 0
Authors
Artem Chistyakov
Versions
- 0.6.2 January 06, 2016 (25.5 KB)
- 0.6.1 January 08, 2015 (25 KB)
- 0.6.0 October 07, 2014 (24 KB)
- 0.5.0 June 11, 2014 (23.5 KB)
- 0.4.0 February 08, 2014 (23 KB)