Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Overview

ItemCurrentlyChanging to…Comments
Server configuration

Single server

3-node cluster
Software versions

RabbitMQ 3.1.5

Erlang 19

RabbitMQ  3.7.12 or higher

Erlang 21.2.6 or higher


AMQP heartbeat

Default is 65535 seconds (18.2 hours)


Default is 60 seconds

You should set the AMQP heartbeat on your client settings to 60 seconds to match the server's expectations. Otherwise, the server may think that you are no longer connected.

The short 60s heartbeat will generate network traffic every 60s, thus preventing network devices from dropping your connection because it's been idle for too long.

Publish confirmsRecommendedStrongly recommendedIf you publish messages, you're expected to use publish confirms or risk not being notified of failed messages.   With a clustered environment, this is even more important.

Timeline

DateEvent
Jul 24 2019Test cluster environment is available for developers to test
Oct 20 2019Production migration to cluster environment
  • No labels