<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix"><br>
Hi,<br>
<br>
If I understand you well, we should have several queues (on same
RabbitMQ node) which are used for same types of messages and
selected by producers in round-robin way?<br>
<br>
On consumer side we can have set of worker processes for each
queue.<br>
<br>
Or, are you suggesting we use queues on different RabbitMQ nodes?<br>
<br>
Regards,<br>
Nikola<br>
<br>
On 05/18/2013 10:36 PM, Michael Klishin wrote:<br>
</div>
<blockquote
cite="mid:CAE3HoVSV_JjrnLXmXom7t8w3Owsp8ScQ3kbZ9HS+9GvgkDCpUg@mail.gmail.com"
type="cite">
<div dir="ltr">
<div class="gmail_extra">2013/5/18 nikolasavic77 <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:niksav@osic.rs" target="_blank">niksav@osic.rs</a>></span><br>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
In case we have 2 or more rabbitmq nodes connected in
cluster and each with VIP assigned, would we get
more throughput if messages are sent on all nodes (using
round-robin method) and received by workers connected on
each node.</blockquote>
</div>
<br>
It's likely to be sufficient to simply spread message flow
across N queues and make different apps or instances<br>
connect to different nodes.</div>
<div class="gmail_extra">
<div><br>
</div>
-- <br>
MK<br>
<br>
<a moz-do-not-send="true"
href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br>
<a moz-do-not-send="true"
href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
rabbitmq-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a>
<a class="moz-txt-link-freetext" href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a>
</pre>
</blockquote>
<br>
</body>
</html>