0

I am looking to implement a JMX connector for an existing server project that has its own wire protocol, where the connector re-uses the same wire protocol.

Can anyone tell me where I can find the sources of a reference connector? The JMXMP implementation would be ideal as inspiration, however that's proving hard to track down.

Martin Cowie
  • 2,788
  • 7
  • 38
  • 74

1 Answers1

1

The JMXMP sources live in OpenDMK project

You will need to download the zipped sources archive as there is no source repository available.

JB-
  • 2,615
  • 18
  • 17