BAEL-5060 JMX ports explained (#11505)

This commit is contained in:
polomos 2021-12-05 03:40:46 +01:00 committed by GitHub
parent c040b702c5
commit 2c5982f9f9
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
package com.baeldung.jmx;
public class JMXConfiguration {
public static void main(String[] args) {
while (true) {
// to ensure application does not terminate
}
}
}