I’m working on modernizing some JMX connectivity options and uncovered that it appears that using two-way SSL/TLS does not have a long runway with the current JDK, since ThreadLocal would be the only feasible technical approach.
Going a step further, it does seem that jmxmp or a jmxmp-like connector shipped in the JDK would be a better longer term option as it removes the pain with the two-port solution with JMX RMI. To that end, I’d look to create a PR with an updated JMXMP provider for client and server. Thoughts? Thanks, Matt Pavlovich
