BAEL-5060 JMX ports explained (#11505)
This commit is contained in:
parent
c040b702c5
commit
2c5982f9f9
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue