[rabbitmq-discuss] RabbitMQ consumer rebind in .net

Emile Joubert emile at rabbitmq.com
Fri Aug 30 15:52:14 BST 2013


On 30/08/13 14:40, Arindam Nayak wrote:
> So what i need to do? should i execute this command?
> 
> C:\Windows\system32\cmd.exe /cdir /-C /W
> "c:/Users/arindamn/AppData/Roaming/RabbitMQ/db/rabbit at ARINDAMN1-mnesia"
> 
> 
> Or how to enable disk space monitoring?

To be clear, this is probably a separate issue. Solving this issue will
not make your client code re-consume.

You normally don't need to take any action to make disk monitoring work.
The broker will automatically stop accepting messages when there is less
that 1Gb free space on the RabbitMQ database drive/partition. In your
case disk free space monitoring was stopped, because the broker could
not determine how much free space is available. The broker uses the
command above. You should try to execute the same command as the same
user that the broker runs as and make sure you don't get an error.




-Emile










More information about the rabbitmq-discuss mailing list