Hi Alex,<br>I ran the multicast client and am getting speeds like: <br><br>sending rate: 3550 msg/s, basic returns: 0 ret/s<br>recving rate: 3461 msg/s, min/avg/max latency: 11931197/12253891/12477030 microseconds<br><br>If I let it run for a bit then sometimes both the sending and receiving rate drop significantly e.g.:<br>
<br>sending rate: 638 msg/s, basic returns: 0 ret/s<br>recving rate: 628 msg/s, min/avg/max latency: 11788406/12363242/12735553 microseconds<br><br>Not sure if this drop is indicative of anything?<br><br>We&#39;re using the java client 1.8.1, the broker is rabbitmq_server-1.8.1<br>
<br>Thanks<br>Michael<br><br><div class="gmail_quote">On Fri, Sep 3, 2010 at 9:29 AM, Alexandru Scvorţov <span dir="ltr">&lt;<a href="mailto:alexandru@rabbitmq.com">alexandru@rabbitmq.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Michael,<br>
<div class="im"><br>
&gt; We are putting a very low volume of messages through and have sometimes had<br>
&gt; to wait up to 15 minutes for a single message to be delivered (at the time<br>
&gt; this was the only message in the system).<br>
<br>
</div>That sounds strage.  Are you up for a bit of debugging?<br>
<br>
Download the java client,<br>
 <a href="http://www.rabbitmq.com/java-client.html" target="_blank">http://www.rabbitmq.com/java-client.html</a><br>
<br>
Unpack it, and run<br>
  sh runjava.sh com.rabbitmq.examples.MulticastMain -x 1 -y 1<br>
<br>
That command will run one of our example programmes in a way that<br>
matches your setup: 1 producer (-x 1) and 1 consumer (-y 1).<br>
<br>
When I run it, I get speeds like:<br>
  recving rate: 6052 msg/s, min/avg/max latency: 1063522/1118048/1164637 microseconds<br>
  sending rate: 6419 msg/s, basic returns: 0 ret/s<br>
<br>
If you&#39;re getting similar speeds, there&#39;s probably something wrong with<br>
the consumers/producers.  If not, it might be something to do with the<br>
server.<br>
<br>
Could you please try it?<br>
<br>
Also, which version the broker and which client are you using?<br>
<br>
Cheers,<br>
Alex<br>
<div><div></div><div class="h5"><br>
On Fri, Sep 03, 2010 at 09:03:25AM +0100, Michael Burns wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; We&#39;re just starting out with RabbitMQ and have a very simple setup: one<br>
&gt; queue, one producer doing a basicPublish and one consumer doing a<br>
&gt; basicConsume using QueueingConsumer.<br>
&gt;<br>
&gt; For the most part it works fine however at fairly regular intervals we are<br>
&gt; finding that messages remain on the queue for a considerable period before<br>
&gt; being delivered to the consumer.<br>
&gt;<br>
&gt; We are putting a very low volume of messages through and have sometimes had<br>
&gt; to wait up to 15 minutes for a single message to be delivered (at the time<br>
&gt; this was the only message in the system).<br>
&gt;<br>
&gt; In all cases the messages are eventually delivered.<br>
&gt;<br>
&gt; I dont know where to start debugging this as there is nothing in the<br>
&gt; RabbitMQ logs thats suggests something is going wrong - could anyone point<br>
&gt; me in the right direction as to what may be causing this?<br>
&gt;<br>
&gt; Many Thanks,<br>
&gt; Michael<br>
<br>
</div></div>&gt; _______________________________________________<br>
&gt; rabbitmq-discuss mailing list<br>
&gt; <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
&gt; <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>