[rabbitmq-discuss] rabbitmq client timeouts, slow responses

Michael Klishin mklishin at gopivotal.com
Wed Oct 16 10:04:31 BST 2013


On 16 Oct 2013, at 01:13, tsduncan <terrysduncan at gmail.com> wrote:

> 1. why the server is taking so long to respond causing > 10 second responses

By "responses" do you mean accepting TCP connections?

If your applications constantly open and close connections
(RabbitMQ protocol primarily assumes long running connections),
RabbitMQ or OS may be temporarily low on available file descriptors.

If you connect using hostnames instead of IPs, DNS resolution may take
a long time.

Please post rabbitmqctl report output (Application Environment part of it).

MK





More information about the rabbitmq-discuss mailing list