Hi,<br><br>� I have an interesting problem (I&#39;m using version 1.7.0 of the broker): both the exchange.delete and queue.delete have a if_unused flag. The specs state, that if the if_unused flag is true, then an exchange will only be deleted if it does not have any bindings (basically I don&#39;t have to keep track of everything, but simply ask the server to only delete if nobody is using it any more). Now my problem is, that the queue.delete also has such a flag, but alas does nothing (and I also haven&#39;t found any infos about it). My reasoning would be that it should do exactly the same thing: if there are exchanges still bound to the queue, it shouldn&#39;t be deleted, nonetheless it deletes it. Any ideas why this strange behaviour?<br>
<br>Thanks,<br>� Peter<br><br>PS: I&#39;m using the erlang client.<br>