[rabbitmq-discuss] ReturnListener is not invoked

Dmitriy Bannikov dmitriy.bannikov at gmail.com
Tue Jan 22 22:29:24 GMT 2013


Matthias,

It worked! Thanks a lot! I've changed the limit to 100mb, and it started
receiving failed message,

Thank you very much for you help.

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/516e87ce/attachment.htm>


More information about the rabbitmq-discuss mailing list