RubyGems Navigation menu

queueing_rabbit 0.3.1

QueueingRabbit is a Ruby library providing convenient object-oriented syntax for managing background jobs using AMQP. The library implements amqp and bunny gems as adapters making it possible to use synchronous publishing and asynchronous consuming, which might be useful for Rails app running on non-EventMachine based application servers (i. e. Passenger). 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 which is capable of starting a worker processing a specified list of jobs.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.6.2 - January 06, 2016 (25.5 KB)
  2. 0.6.1 - January 08, 2015 (25 KB)
  3. 0.6.0 - October 07, 2014 (24 KB)
  4. 0.5.0 - June 11, 2014 (23.5 KB)
  5. 0.4.0 - February 08, 2014 (23 KB)
  6. 0.3.1 - October 23, 2013 (20.5 KB)
Show all versions (24 total)

Runtime Dependencies (4):

amqp ~> 1.0.0
bunny ~> 0.10.0
json >= 0
rake >= 0

Owners:

Authors:

  • Artem Chistyakov

SHA 256 checksum:

cf04c68aefab7d7142c5893cf3c4718ab8e6eb550fa52f5f77868df094912788

Total downloads 64,951

For this version 2,495

Licenses:

N/A

Required Ruby Version: None

Links: