[rabbitmq-discuss] setConnectionTimeout vs setRequestedHeartbeat
Michael Klishin
mklishin at gopivotal.com
Thu Feb 20 15:24:59 GMT 2014
On 20 Feb 2014, at 19:20, cw storm <cwstorm at gmail.com> wrote:
> I've coded "factory.setConnectionTimeout( 0 );" but still see timout value of 600s via the rabbit UI. Why is that?
See JavaDoc for setConnectionTimeout. It controls initial TCP connection timeout. RabbitMQ does not know anything about it.
What you see in the management UI is heartbeat interval.
MK
Software Engineer, Pivotal/RabbitMQ
More information about the rabbitmq-discuss
mailing list