<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi Simon,<br><br>You were right about the prefetch count : the consumers always keep consuming now that it is set to 100 instead of infinite. <br><br>Thank you very much for your help !<br>Florence.<br><br><br><br>--- En date de&nbsp;: <b>Mar 20.7.10, Simon MacMullen <i>&lt;simon@rabbitmq.com&gt;</i></b> a �crit&nbsp;:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>De: Simon MacMullen &lt;simon@rabbitmq.com&gt;<br>Objet: Re: [rabbitmq-discuss] Consumers stopped consuming messages<br>�: rabbitmq-discuss@lists.rabbitmq.com<br>Date: Mardi 20 juillet 2010, 17h07<br><br><div class="yiv950279228yiv1435421793plainMail">Hi Florence. As far as I can see this is reasonable. It's always worth <br>setting the prefetch count when using basic.consume (add a line like:<br><br>channel.basicQos(100);<br><br>before the
 channel.basicConsume line
 in order to ensure you never have <br>more than 100 messages queued up in your QueueingConsumer). However, I <br>don't think that's your problem.<br><br>I assume you have checked that the consumers are idle and waiting for <br>message deliveries (with Ctrl+Break / SIGQUIT). Does anything appear in <br>the server logs when consumers stop consuming?<br><br>Cheers, Simon<br></div></blockquote></td></tr></table><br>