[rabbitmq-discuss] Heartbeats in Ruby
Simon MacMullen
simon at rabbitmq.com
Wed Nov 21 16:16:28 GMT 2012
On 21/11/12 16:12, Matthias Radestock wrote:
>
> The only change in 3.0 is that the server, instead of always proposing a
> heartbeat interval of 0 (i.e. on heartbeats), a) proposes an interval of
> 10 minutes by default, and b) makes that value configurable.
...and if your primary concern is that rabbitmq-c continue to work
without sending heartbeats, remember that the client ultimately chooses
the heartbeat interval after hearing what the server has to say. So just
make sure you return 0 in the tune-ok method.
Cheers, Simon
More information about the rabbitmq-discuss
mailing list