I will try,�<div>� �Thanks.<br><div><div><br><div class="gmail_quote">On Tue, Jan 15, 2013 at 5:23 PM, Matthias Radestock <span dir="ltr">&lt;<a href="mailto:matthias@rabbitmq.com" target="_blank">matthias@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">Pavel,<div class="im"><br>
<br>
On 15/01/13 22:20, Pavel Kogan wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
And what is default prefetch_count? 0(unlimited) or 1? I believe it<br>
depends on client but cant find function that return its value.<br>
</blockquote>
<br></div>
The default, i.e. if the client does not issue a basic.qos, is 0(unlimited).<br>
<br>
Btw, since all your 100 consumer threads share a single AMQP consume (and hence channel), you&#39;ll want a prefetch count of *at least* 100, otherwise some of the threads will be idle.<span class="HOEnZb"><font color="#888888"><br>

<br>
Matthias.<br>
</font></span></blockquote></div><br></div></div></div>