graze / queue

:postbox: Flexible abstraction for working with queues in PHP.
MIT License
49 stars 10 forks source link

Implement purging of queues #14

Closed mathieupinet closed 9 years ago

mathieupinet commented 9 years ago

Is there a plan to have support for the PurgeQueue() SQS API call to delete all messages in a queue?

sjparkinson commented 9 years ago

Clearing / purging a queue seems to be a generally supported feature for messaging systems.

I'm up for implementing this. Initial thoughts: