[rabbitmq-discuss] ReturnListener is not invoked

Matthias Radestock matthias at rabbitmq.com
Sat Jan 19 12:16:22 GMT 2013


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

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.


More information about the rabbitmq-discuss mailing list