Rabbitmq puts all incoming connections in a blocked state when disk space falls below a certain point, default I think is around 1 gigabyte.
http://www.rabbitmq.com/memory.html#diskfreesup
The fix is to free up disk space and this can be done while the server is running.