Reputation: 2601
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.
Upvotes: 0
Views: 210
Reputation: 2670
The JMXMP sources live in OpenDMK project
You will need to download the zipped sources archive as there is no source repository available.
Upvotes: 1