On 05/09/13 08:09, Alan Antonuk wrote: > if its a queue declared with auto-delete set, the queue will be > destroyed when the consumer count falls to 0, or the channel that > created is closed. minor correction: That last bit happens when the creating *connection* closes, and the queue was declared as 'exclusive'. Matthias.