ceps icon indicating copy to clipboard operation
ceps copied to clipboard

AMQP, disable heartbeats by default

Open carlhoerberg opened this issue 7 years ago • 0 comments

With many workers, and each sending a heartbeat message every 2s the accumulated throughput can be tens of thousands of msgs/s just for just heartbeats, which are completely redundant, as there are much more efficient heartbeat messages on both the AMQP protocol level AND the TCP level (TCP keepalive).

carlhoerberg avatar Feb 14 '18 16:02 carlhoerberg