Assigning <endpoint heartbeat-interval="2000"/> does not assign a heartbeat interval.
When stepping through the code in org.jboss.remoting3.remote.RemoteConnection, the heartbeat interval value is not in the optionMap in the constructor, so it never gets assigned.
I do see log print outs saying that there are heartbeats enabled, but the number I put in the heartbeat-interval doesn't make any difference, it always just logs every 15 seconds.
- is related to
-
JBEAP-16509 [GSS](7.2.z) EJB Client side heartbeat settings not working
- Closed
- relates to
-
JBEAP-19535 [GSS](7.4.z) Remote Outbound Connection HeartBeat settings not working
- New