BAEL-5060 JMX ports explained (#11505)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user