[rabbitmq-discuss] Confirm if the message was published

Matthias Radestock matthias at rabbitmq.com
Thu Jul 11 10:56:40 BST 2013


On 11/07/13 10:44, Emile Joubert wrote:
> On 10/07/13 18:24, Guilherme Labigalini wrote:
>
>> when there is no free diskspace on the server, the commit operation
>> is waiting forever.
>
>
> You are probably crossing the disk free limit.

And that would also be the reason why the WaitForConfirms call times out.

When the disk free space alarm is raised, publishing connections are 
blocked. Messages will be stuck in network buffers until the alarm 
condition is resolved, hence they won't be processed, let alone confirmed.

Matthias.


More information about the rabbitmq-discuss mailing list