<br><br><div class="gmail_quote">2012/10/25 Mark <span dir="ltr">&lt;<a href="mailto:static.void.dev@gmail.com" target="_blank">static.void.dev@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<li>What are default exchanges used for (anonymous queues?)</li></blockquote><div><br></div><div>There is only one default exchange. It has one special property: every queue is automatically bound to it</div><div>with the same routing key as queue name. This gives developers a way to &quot;publish directly to a queue&quot;.</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><li>How many exchanges are &quot;normal&quot; </li></blockquote><div><br></div><div>However many you need.</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><li>How many queues are &quot;normal&quot;</li></blockquote><div><br></div><div>Unless you go into hundreds of thousands or millions, it is all fine. For larger numbers, you&#39;ll have to use</div>

<div>a cluster of rabbits. What matters is message rates and how large the backlog can grow during peak load time.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<li>Are queues usually very general or very specific in nature</li></blockquote><div><br></div><div>It is more common to see queues separated by purpose rather than having one queue being used</div><div>by all kinds of consumers.</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><li>Do workers/consumers typically consume from more than one queue or would they consume from a set of related queues</li>

</blockquote></div><br>&quot;Consumer&quot; is a somewhat overloaded term. Consumers in the AMQP 0.9.1 sense can only use one queue. Applications that<div>primarily consume and process messages can use any number of queues.</div>

<div><br></div><div>HTH.<br>-- <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>

<br>
</div>