<div dir="ltr">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.�<div>
<br></div><div style>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.�</div><div style><br></div><div style>
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.</div><div style><br></div><div style>PFA the implementation image.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 19, 2013 at 2:57 PM, Tim Watson <span dir="ltr">&lt;<a href="mailto:tim@rabbitmq.com" target="_blank">tim@rabbitmq.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<div class="im"><br>
On 19 Mar 2013, at 08:36, VIKALP HANDA wrote:<br>
&gt; Actually I am new to Rabbitmq and am using amqp-c client as a base for my C++ wrapper.<br>
&gt; I have created a consumer which stops responding after some time as well as after bulk of messages being sent to it.<br>
<br>
</div>What does &#39;stops responding&#39; 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.<br>
<div class="im"><br>
&gt; I have heartbeat count =0 and in the management plugin view its showing that the connections are still live.<br>
<br>
</div>Just because the server still sees a connection, doesn&#39;t mean that the physical network link remains - operating systems can take &#39;quite some time&#39; to notice unresponsive peers. Also, I didn&#39;t realise that the amqp-c client had support for heartbeats? Perhaps the maintainer can clear that up though, as it&#39;s quite possible it does but I&#39;ve simply forgotten.<br>

<div class="im"><br>
&gt; Could you please help me �in rectifying the issue.<br>
&gt;<br>
<br>
</div>We&#39;ll do our best to help. If you could clarify what specific (and unexpected) behaviour your seeing in the consumer, then we&#39;ll take it from there.<br>
<br>
Cheers!<br>
Tim<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br></div>