graze / queue

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

add delete functionality #20

Closed h-bragg closed 8 years ago

h-bragg commented 9 years ago

Resolves #19

sjparkinson commented 9 years ago

Ok with #19 in mind, I'm actually going to be removing the purge method from ProducerInterface and making PurgableInterface.

It'd be best to do the same for this delete method, DeletableInterface.

Then ClientInterface would implement all four interfaces.

It'd also be good to have a MethodNotSupportedException available for any new adapters that don't support deleting of queues.

h-bragg commented 9 years ago

That make sense.

sjparkinson commented 8 years ago

Merged as part of #22.