Changes for version v1.8.2
- (RT #78640) Deprecated dual-purpose methods to change Queue::DBI properties, replaced them with separate get and set methods:
- replace max_requeue_count() with {get,set}_max_requeue_count();
- replace lifetime() with {get,set}_lifetime();
- replace verbose() with {get,set}_verbose().
- Renamed Queue::DBI::Element->queue() into get_queue().
Modules
A queueing module with an emphasis on safety, using DBI as a storage system for queued data.
An object representing an element pulled from the queue.