clj-commons / durable-queue

a disk-backed queue for clojure
Eclipse Public License 1.0
384 stars 31 forks source link

Implement delete-q! function to delete a single queue #17

Open sundbry opened 6 years ago

sundbry commented 6 years ago

This function lets the client delete an individual named queue, besides just all of the data.

Useful for deleting corrupted queue files (such as that get created when the disk fills up).