Skip to content

Commit 669f153

Browse files
authored
BAEL-5060 JMX ports explained (eugenp#11505)
1 parent 87b449e commit 669f153

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package com.baeldung.jmx;
2+
3+
public class JMXConfiguration {
4+
5+
public static void main(String[] args) {
6+
while (true) {
7+
// to ensure application does not terminate
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)