Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 551 Bytes

File metadata and controls

6 lines (4 loc) · 551 Bytes

Python Persistent Queue with Acknowledgement Semantics

A persistent Python queue class with acknowledgement semantics using ZODB.

Original article about this project is available at "Adding Acknowledgement Semantics to a Persistent Queue". additional implementation with acknowledgement semantics is also available at github.