dougbarth / amqp-utils

Command line utils for interacting with an AMQP based queue
MIT License
78 stars 11 forks source link

Tool to delete exchanges #8

Closed gousiosg closed 12 years ago

gousiosg commented 13 years ago

I have implemented a simple command to delete exchanges, please merge it to the main tree if you find it useful.

dougbarth commented 13 years ago

Hi,

I'd love to pull this command in. Instead of requiring the user to specify the type & durable flag, can you use the passive option to declare the exchange. That removes the need to match those options with what's on the server.

gousiosg commented 13 years ago

Hi, thanks for pointing me to the :passive option. You can pull from 24f8e9e.

dougbarth commented 12 years ago

Just merged and pushed this. Thanks for the contribution!