gpt4 book ai didi

rabbitmq - RabbitMQ 中心跳的合理值是多少?

转载 作者:行者123 更新时间:2023-12-02 03:05:53 25 4
gpt4 key购买 nike

RabbitMQ 允许您“检测”连接,即客户端和服务器不时检查(使用空消息)对方是否仍然存在且可用。到目前为止,一切顺利。

不幸的是,我无法在文档中找到提出合理值的建议的位置。我知道您需要以秒为单位指定心跳,但是现实世界的最佳实践值是多少?

显然,它不应该太频繁(流量),但也不应该太罕见(代理,...)。有什么建议吗?

15秒可以吗? 30? 60? ...?

最佳答案

此答案适用于 RabbitMQ < 3.5.5,对于较新的版本,请参阅 @bmaupin 的答案。

这取决于您的应用程序需求。 RabbitMQ 开箱即用 10 分钟。如果两次未能确认心跳(20分钟不活动),连接将立即关闭,不会发送任何connection.close方法或来自代理端的任何错误。

使用心跳的情况是防火墙关闭了长时间不活动的连接或某些其他不允许您有等待连接的网络设置。

其实hearbeat并不是必须的,来自RabbitMQ config doc

heartbeat

Value representing the heartbeat delay, in seconds, that the server sends in the connection.tune frame. If set to 0, heartbeats are disabled. Clients might not follow the server suggestion, see the AMQP reference for more details. Disabling heartbeats might improve performance in situations with a great number of connections, but might lead to connections dropping in the presence of network devices that close inactive connections.Default: 580

请注意,检测信号间隔太短可能会导致显着的网络开销。请记住,当在监听信号时间间隔内连接上没有其他事件时,将发送监听信号帧。

关于rabbitmq - RabbitMQ 中心跳的合理值是多少?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25984602/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com