--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
What we expect is that if the Heartbeat timeout is for example 20s both the client and the server are sending heartbeat frames every 10s. When 2 frames are not received the connection is dropped. This is however not what we experience during testing. When tracing with wireshark we see that the client is sending a frame every time-out / 4 (5s) and the server every time-out (20s)
Any traffic (e.g. protocol operations, published messages, acknowledgements) counts for a valid heartbeat
Thanks for your reply, but that's not what we see happening. It should send a heartbeat every 5 seconds if the timeout is 10, but if I look at the tcp dump, the first heartbeat is exactly 10 seconds after the last tcp traffic from the server.
I would expect it to send the heartbeat after 5 seconds however, since after the first heartbeat it continues with a 5 second interval normally. If you want, I can attach the dumpfile, or a screenshot of the AMQP traffic. Would that help? Because I am pretty sure the current implementation is still incorrect from all the testing I did today, and the observed behaviour.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send an email to rabbitm...@googlegroups.com.
For more options, visit https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIFaQ&c=lnl9vOaLMzsy2niBC8-h_K-7QJuNJEsFrzdndhuJ3Sw&r=wK8593osN75HgBaGPuOJ8rdBO5dnseij4hzid56kb34&m=twd1_Ltdl89EJ9PXvn4LuKz25eVOg74fu7HKO03M7QQ&s=oAGsZXp1JMaImhKMWqFENpGEWzlaqu-qEXnvTrSbKco&e=.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.