[rabbitmq-discuss] STOMP and anonymous queue deletions

Tony Garnock-Jones tonyg at lshift.net
Thu Feb 19 12:08:56 GMT 2009


Hi Dan,

Dan Di Spaltro wrote:
> rabbitmqctl list_queues name auto_delete messages consumers transactions
> Listing queues ...
> amq.gen-53+dXDPAtlBB/wuKzyMGDg==        true    0       0       0
> amq.gen-j+ewTR2zx3PQDCUCGhiWzA==        true    0       0       0
> amq.gen-4ma/+dB7D+bvXpEuXWgj0A==        true    0       1       0
> amq.gen-3UOPEX7YnpY1cQlG5A+qZA==        true    0       0       0
> ...

I've managed to reproduce this by

   SUBSCRIBE
   destination:anything
   exchange:doesntexist

If the exchange doesn't exist, or anything else causes the queue.bind 
operation to fail, then the connection gets dropped and the queue sticks 
around. I'm experimenting now with a fix.

Tony





More information about the rabbitmq-discuss mailing list