[rabbitmq-discuss] Message not being delivered to consumer
Matthias Radestock
matthias at rabbitmq.com
Fri Aug 30 12:09:18 BST 2013
On 30/08/13 10:57, Jeremy G wrote:
> and 'amqp_publisher.php' produces this:
> [...]
> < 20,40: Channel.close
> waiting for 20,41
> waiting for a new frame
>
> The message does not get delivered.
vs
> < 20,40: Channel.close
> waiting for 20,41
> waiting for a new frame
> > 20,41: Channel.close_ok
Observe that in the first case you are not seeing a Channel.close_ok.
> What could be the reason that the message is not being delivered?
The most likely reason is that the server has blocked the publisher due
to a resource alarm. Check your server logs.
Matthias.
More information about the rabbitmq-discuss
mailing list