NAME

Swarmage::Queue - Queue Interface

DESCRIPTION

Swarmage::Queue is a facade that abstracts the backend queue implementation.

Swarmage was first implemented because we wanted a job queue that doesn't use an RDBMS, but it doesn't mean that we need to restrict ourselves to a particular backend. Swarmage queue just needs to implement this interface

METHODS

fetch(%opts)

insert(%opts)