[rabbitmq-discuss] Queue has inaccessible messages?

David King dking at ketralnis.com
Sat Oct 2 20:19:04 BST 2010


> Are you sure the connection on the broker is being closed after you kill your consumers? I have a similar problem and sometimes have to manually close the connection on the broker in order to get messages delivered to the consumer. 

I'm sure that I'm killing both of the only the consumers themselves with 'kill -9', so unless rabbit keeps the consumer open with the remote process entirely dead, yeah, the broker is being closed.

If it makes a difference, this queue is being consumed with basic.get, not basic.consume


More information about the rabbitmq-discuss mailing list