Interface for a queue. Classes implementing this interface will do a best effort to preserve order in messages and to execute them at least
Reliable queue interface. Classes implementing this interface preserve the order of messages and guarantee that every item will be executed
public Batch::claimItem($lease_time = 0) Overrides
public DatabaseQueue::deleteItem($item) Deletes
public QueueWorkerManager::__construct(\Traversable $namespaces
public DatabaseQueue::createItem($data) Adds
public DatabaseQueue::numberOfItems() Retrieves
public QueueInterface::claimItem($lease_time = 3600)
public Memory::claimItem($lease_time = 30) Claims
public Memory::createItem($data) Adds a queue
Page 3 of 6