:)
The documentation for PoCo::MQ::Storage is a good place to start:
Admittedly, implementing a storage backend is not the easiest task.
Looking at a simple storage engine will also give you an idea of what
each Storage API method is supposed to do. I'd recommend the source
for PoCo::MQ::Storage::Memory:
That backend is simple to the point of being naive (which is why we
use BigMemory for everything).
Good luck! Let us know how it goes.
Regards,
David Snopek.
2010/11/4 Ashley Dev <the.as...@gmail.com>: