1. Alfresco Content Services 7.4 Documentation, Administering > Monitoring Alfresco > JMX settings. The documentation explicitly states: "The JMX RMI connector is disabled by default. To enable the JMX RMI connector, you must override the default settings..." It then lists the property alfresco.jmx.connector.enabled=false as the default.
2. Alfresco Content Services 6.2 Documentation, Administering > Monitoring Alfresco > Using the JMX command-line client. This section provides instructions for connecting with JConsole, confirming it is a supported tool. It also notes the requirement to enable the JMX connector first.
3. Oracle Java SE Documentation, Monitoring and Management Using JMX Technology > JConsole. This official source details the capabilities of JConsole, including its ability to connect to remote JMX agents, which is based on JSR-160.