[rabbitmq-discuss] ReturnListener is not invoked

Dmitriy Bannikov dmitriy.bannikov at gmail.com
Tue Jan 22 22:35:49 GMT 2013


By the way, does it mean that if RabbitMQ server doesn't have available
disk space more than disk_free_limit, messages will be lost?

I'm checking server status using Management, but how will I know that this
particular message hasn't been added to queue?

Best regards,
Dmitriy


2013/1/19 Matthias Radestock <matthias at rabbitmq.com>

> On 19/01/13 12:03, Matthias Radestock wrote:
>
>> So there is indeed no basic.return to be seen. Very strange.
>>
>> Does the program terminate at the end or just sit there? It *should* do
>> the latter.
>>
>> Also, please repeat the test using the both the 3.0.1 Java client and
>> broker.
>>
>
> Scratch that. I found the problem:
>
> From your 'rabbitmqctl status' output...
>
>  {disk_free_limit,1000000000},
>  {disk_free,267063296},
>
> So you have less than the required 1GB disk space available and hence
> publishing will be blocked. See http://www.rabbitmq.com/**
> memory.html#diskfreesup-usage<http://www.rabbitmq.com/memory.html#diskfreesup-usage>
>
> There should be an alarm recorded in the logs. Please check. And the alarm
> should be visible in the management UI too. And any publishing connections
> should show as 'blocked' in both 'rabbitmqctl list_connection' and the
> management UI.
>
> Regards,
>
> Matthias.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130122/cb43c0b5/attachment.htm>


More information about the rabbitmq-discuss mailing list