<div dir="ltr"><div><div><div><div><br></div>I have to retrive some data from database and put them into the queue, let&#39;s take ping example<br></div>I will put IP addresses in queue and I have 6 nodes.<br><br></div>How I have to put data in 6 queue ? sequentially ? row 1 in queue 1, row 2 in queue 2, ..., row 7 in queue 1 ...<br>
</div>Please can you tell me how I will distribute jobs do you have any example of code in python, PHP, ruby ??<br><div><div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 16, 2013 at 1:34 PM, Michael Klishin <span dir="ltr">&lt;<a href="mailto:mklishin@gopivotal.com" target="_blank">mklishin@gopivotal.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">mezgani ali:<br>
<div class="im"><br>
&gt; I think to use only one queue and the nodes will consume what the main app produce like this<br>
&gt; the job is distributed and the main app will not worry about how to dispatch tasks to node.<br>
<br>
</div>If every node can perform every job, it will work. You can use the &quot;type&quot; header to<br>
indicate job type.<br>
<br>
Note that if you plan on growing from a single rabbit node to a cluster, using a single queue<br>
won&#39;t be optimal from both throughput scaling and HA points of view. But first things first, of course.<br>
--<br>
MK<br>
<br>
<br>_______________________________________________<br>
rabbitmq-discuss mailing list<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>
<br></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr">Ali MEZGANI<br><b>N</b>etwork <b>E</b>ngineering/<b>S</b>ecurity <br><a href="http://www.nativelabs.org/" target="_blank">http://www.nativelabs.org/</a></div>

</div></div></div></div></div></div>