<div dir="ltr">We also have the rabbitmq-sharding plugin. It's still on a experimental stage, since we haven't heard of people using it. You can always be the first ;-)<div><br></div><div>At some point we want to release some benchmarks for it.</div>
<div><br></div><div>See here: <a href="https://github.com/rabbitmq/rabbitmq-sharding">https://github.com/rabbitmq/rabbitmq-sharding</a></div><div><br></div><div>-Alvaro</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Jul 4, 2014 at 10:39 AM, Michael Klishin <span dir="ltr"><<a href="mailto:mklishin@gopivotal.com" target="_blank">mklishin@gopivotal.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On 4 July 2014 at 12:35:54, DeepNightTwo (<a href="mailto:deepnighttwo@gmail.com">deepnighttwo@gmail.com</a>) wrote:<br>
> > My question is, is there a better way to handle the big queue requirement?<br>
> If not, is there an official plugin/exchange for "random distribute"?<br>
> The<br>
> plugin is now working with latest rabbitmq 3.3.x. So I have to<br>
> use 3.1.x<br>
> now.<br>
<br>
</div>See consistent-hash exchange. It's less efficient than the most commonly used<br>
built-in types (except the headers one) but should be good enough for a lot of cases.<br>
<br>
Also, take a look at <a href="http://blog.travis-ci.com/2013-08-08-solving-the-puzzle-of-scalable-log-processing/" target="_blank">http://blog.travis-ci.com/2013-08-08-solving-the-puzzle-of-scalable-log-processing/</a><br>

— if you don't need message ordering, you don't really need a single queue and can get away<br>
with N queues and N consumers having its own channel with the same basic.qos setting. <br>
--<br>
MK<br>
<br>
Staff Software Engineer, Pivotal/RabbitMQ<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
rabbitmq-discuss mailing list has moved to <a href="https://groups.google.com/forum/#!forum/rabbitmq-users" target="_blank">https://groups.google.com/forum/#!forum/rabbitmq-users</a>,<br>
please subscribe to the new list!<br>
<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>
</div></div></blockquote></div><br></div>