<div dir="ltr">The logs doesn't seem to be of much info, the "abrupt close" is because i pressed Ctrl + C.<div>Here is the log:</div><div><br></div><div><div><br></div><div>=INFO REPORT==== 16-Dec-2013::10:05:59 ===</div>

<div>accepting AMQP connection <0.32684.1> ([::1]:59097 -> [::1]:5672)</div><div><br></div><div>=INFO REPORT==== 16-Dec-2013::10:05:59 ===</div><div>accepting AMQP connection <0.32693.1> ([::1]:59098 -> [::1]:5672)</div>

<div><br></div><div>=INFO REPORT==== 16-Dec-2013::10:06:00 ===</div><div>accepting AMQP connection <0.32701.1> ([::1]:59099 -> [::1]:5672)</div><div><br></div><div>=INFO REPORT==== 16-Dec-2013::10:06:00 ===</div>

<div>accepting AMQP connection <0.32705.1> ([::1]:59100 -> [::1]:5672)</div><div><br></div><div>=INFO REPORT==== 16-Dec-2013::10:06:00 ===</div><div>accepting AMQP connection <0.32717.1> ([::1]:59101 -> [::1]:5672)</div>

<div><br></div><div>=INFO REPORT==== 16-Dec-2013::10:06:00 ===</div><div>accepting AMQP connection <0.32721.1> ([::1]:59102 -> [::1]:5672)</div><div><br></div><div>=WARNING REPORT==== 16-Dec-2013::10:06:01 ===</div>

<div>closing AMQP connection <0.32684.1> ([::1]:59097 -> [::1]:5672):</div><div>connection_closed_abruptly</div><div><br></div><div>=WARNING REPORT==== 16-Dec-2013::10:06:01 ===</div><div>closing AMQP connection <0.32701.1> ([::1]:59099 -> [::1]:5672):</div>

<div>connection_closed_abruptly</div><div><br></div><div>=WARNING REPORT==== 16-Dec-2013::10:06:01 ===</div><div>closing AMQP connection <0.32693.1> ([::1]:59098 -> [::1]:5672):</div><div>connection_closed_abruptly</div>

<div><br></div><div>=WARNING REPORT==== 16-Dec-2013::10:06:01 ===</div><div>closing AMQP connection <0.32705.1> ([::1]:59100 -> [::1]:5672):</div><div>connection_closed_abruptly</div><div><br></div><div>=WARNING REPORT==== 16-Dec-2013::10:06:01 ===</div>

<div>closing AMQP connection <0.32717.1> ([::1]:59101 -> [::1]:5672):</div><div>connection_closed_abruptly</div><div><br></div><div>=WARNING REPORT==== 16-Dec-2013::10:06:01 ===</div><div>closing AMQP connection <0.32721.1> ([::1]:59102 -> [::1]:5672):</div>

<div>connection_closed_abruptly</div></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Dec 16, 2013 at 11:07 PM, Michael Klishin <span dir="ltr"><<a href="mailto:michael.s.klishin@gmail.com" target="_blank">michael.s.klishin@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote"><div class="im">2013/12/16 Raj Kumar Sanpui <span dir="ltr"><<a href="mailto:raj.kumar.sanpui@gmail.com" target="_blank">raj.kumar.sanpui@gmail.com</a>></span><br>



</div><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>After i call:</div><div>amqp_basic_consume(conn, 1, queuename, amqp_empty_bytes, 0, 1, 0, amqp_empty_table);<br>

</div>



<div><br></div><div>Right after this call, the messages are truncated to 0.</div></blockquote></div></div><br>As soon as there is a consumer on this queue, RabbitMQ will deliver messages to it</div><div class="gmail_extra">

as fast as possible, because you use automatic acknowledgements. Use manual acks</div>

<div class="gmail_extra">and basic.qos if that's not what you want.</div><div class="gmail_extra"><br clear="all"><div>Local debug statements are of limited use in this case. What you need is to trace what's going</div>



<div>down the wire.</div><div><br></div><div>What's in RabbitMQ log? It's very important to understand if there are</div><div>any channel exceptions.</div><div class="im">-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br>



<a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>
</div></div></div>
<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>
<br></blockquote></div><br></div>