[rabbitmq-discuss] RabbitMQ Consumer stops responding after some time

VIKALP HANDA viksvampire19 at gmail.com
Tue Mar 19 09:54:16 GMT 2013


The messages are not arriving at the queue though being sent by the
producer. That means, no messages no processing. I think it might be the
case of peer connection being closed. Is there any parameter or something
that sets the connection timeout? I am using rabbitmq version 3.0.3.

You can think of it as the producer consumer problem with each module
behaving both consumer as well as producer but queue for writing as well as
reading are different.

With respect to attached image, numbers are showing the message progress
flow and arrows are showing the queues with arrow pointed end showing the
consumer.

PFA the implementation image.


On Tue, Mar 19, 2013 at 2:57 PM, Tim Watson <tim at rabbitmq.com> wrote:

> Hi,
>
> On 19 Mar 2013, at 08:36, VIKALP HANDA wrote:
> > Actually I am new to Rabbitmq and am using amqp-c client as a base for
> my C++ wrapper.
> > I have created a consumer which stops responding after some time as well
> as after bulk of messages being sent to it.
>
> What does 'stops responding' actually mean? Does the consumer cease
> processing messages (when there are still un-acked messages in the queue(s)
> it is consuming from) or is the problem something else.
>
> > I have heartbeat count =0 and in the management plugin view its showing
> that the connections are still live.
>
> Just because the server still sees a connection, doesn't mean that the
> physical network link remains - operating systems can take 'quite some
> time' to notice unresponsive peers. Also, I didn't realise that the amqp-c
> client had support for heartbeats? Perhaps the maintainer can clear that up
> though, as it's quite possible it does but I've simply forgotten.
>
> > Could you please help me  in rectifying the issue.
> >
>
> We'll do our best to help. If you could clarify what specific (and
> unexpected) behaviour your seeing in the consumer, then we'll take it from
> there.
>
> Cheers!
> Tim
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130319/7512242f/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Rabbitmq.png
Type: image/png
Size: 7836 bytes
Desc: not available
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130319/7512242f/attachment.png>


More information about the rabbitmq-discuss mailing list