If you need to do parallel work then just start many workers for the same queue.<div><br></div><div>Regarding how many messages you can queue is up to the available hard disk space.</div><div><br></div><div>If you are asking about &quot;amount of messages per second&quot;, RabbitMQ can easily do 12.000 msg/sec in 2 years old laptops.</div>
<div><br></div><div>Regards,</div><div><br></div><div>Alvaro<br><br><div class="gmail_quote">On Wed, May 16, 2012 at 10:36 AM, bino oetomo <span dir="ltr">&lt;<a href="mailto:bino@indoakses-online.com" target="_blank">bino@indoakses-online.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear All,<br>
Based on the &#39;sender&#39; and &#39;worker&#39; at <a href="http://www.rabbitmq.com/tutorials/tutorial-two-python.html" target="_blank">http://www.rabbitmq.com/<u></u>tutorials/tutorial-two-python.<u></u>html</a> ,<br>

I wrote a small script.<br>
<br>
1. Sender : Basically it just add a msg to the mq every 1 second.<br>
Actualy, it&#39;s part of my python-twisted script.<br>
The script just forward any msg comming trough my serial port to the MQ<br>
I connect my Arduino to my SerialPort, and it send msg every 1 seconds<br>
<br>
2. Worker : just to read stored msg , and print each to stdout.<br>
it just a plain copy-paste from the example.<br>
<br>
The sender is work fine.<br>
<br>
But the worker need to wait a couple of seconds to read the next msg.<br>
<br>
Kindly please give me your enlightment on what to do to make the worker not to delay between every loop/read.<br>
Actualy , soon I&#39;ll need the worker to make &#39;paralel&#39; work (if it doable), since this solution will need to forward queued msg to a HTTP server.<br>
In my deployment plan, the queued msg potentialy will reach 7000 msg and up (1 msg per second, 2 or more working hour)<br>
<br>
Sincerely<br>
-bino-<br>
______________________________<u></u>_________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.<u></u>rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/<u></u>cgi-bin/mailman/listinfo/<u></u>rabbitmq-discuss</a><br>
</blockquote></div><br></div>