--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Use Wireshark to see when exactly messages are sent (as well as acknowledgements).RabbitMQ does not deliver batches but messages one by one, when prefetch allows for it and queue processes are not busy doing something else, such as moving messages to disk or garbage collection.Message breakdown for individual queues, GC activity for individual queues as well as node as a whole, consumer utilisation and effective QoS cam all be inspected via management UI. Those valueshelp reasoning about the system.Java client starting with 4.0 provides metrics as well.Collecting data and metrics is step number 1 for any performance evaluation.
On Thu, 22 Jun 2017 at 20:25, Roy Reznik <r...@adallom.com> wrote:
Hi,--We're seeing very large stalls between prefetches in our consumer.We see that we're handling a batch of messages very quickly, and then the thread who handled the messages waits for a new task (probably because it was from a pool), and a very long time (10s of seconds, sometimes even 90 seconds) pass before a new thread starts handling another batch.We're using Java, RabbitMQ 3.6.10 & Erlang 19.3.6.We can try to increase the prefetch count, but why does it take so long to fetch a batch?Our current prefetch count is 250.Message size is ~2K.Our RabbitMQ node has plenty of free CPU, RAM, IO and network bandwidth.Thanks,Roy.
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Staff Software Engineer, Pivotal/RabbitMQ
Hi Michael,
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Staff Software Engineer, Pivotal/RabbitMQ
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Staff Software Engineer, Pivotal/RabbitMQ
--MKStaff Software Engineer, Pivotal/RabbitMQ
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Staff Software Engineer, Pivotal/RabbitMQ
--MKStaff Software Engineer, Pivotal/RabbitMQ
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.