JBoss 7 (Wildfly) does not expose a normal JMX/RMI port. Instead they expose a remoting-jmx protocol on their management port (usually 9999).
What is the best way to add the necessary classes to JMC so that a connection string like the following will work?
service:jmx:remoting-jmx://<hostname>:<management port>