JDK-6192124 : Provide a way to turn off the JMX Remote server connection timeout thread
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-11-08
  • Updated: 2017-05-19
  • Resolved: 2004-12-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6 Other
5.0u2,jdmk5.1_03Fixed 6Fixed jdmk5.1_03Fixed
Description
The JMX Remote API creates one thread in the server for every client connection.
The sole purpose of this thread is to close the connection if it is idle
for an extended period.  It should be possible for user code that has some
other way of handling idle or dead connections to turn off this behaviour.
The suggested method is to interpret a value of the existing
"jmx.remote.x.server.connection.timeout" attribute in the connector server
that is 0 or Long.MAX_VALUE as meaning that there is no timeout and
therefore no thread should be created.
###@###.### 2004-11-08 14:01:39 GMT

Comments
EVALUATION This is straightforward to code, somewhat less so to test automatedly. ###@###.### 2004-11-08 14:01:39 GMT
08-11-2004