immutant

http://immutant.org Note: dev discussion happens in #immutant on FreeNode IRC.
2017-06-27T09:52:46.986911Z

Hey guys - Im trying to attach a jmx listener to my immutant instance, but when I put com.sun.management.jmxremote.port=8000 in the java opts in standalone.conf, it never boots the server, just stops after printing the args

2017-06-27T09:53:16.994159Z

Stops just before this was supposed to print: 11:51:15,446 INFO [immutant.boot] (ServerService Thread Pool -- 😎 Welcome to Immutant 1.1.4 (OneFourMoreTheRoad), rev: f34848bf9ae3963542fa072d171009f6d598c8d7, build: 82

2017-06-27T14:46:13.061122Z

@laujensen IIRC, JBossAS 7 (the basis for Immutant 1.x) doesn't support standard jmx setup, but instead exposes JMX via a native interface

2017-06-27T14:46:23.065563Z

and let us know if that isn't helpful