Skip to main content
Skip table of contents

1.4 JConsole

JConsole is a JMX browser from Sun Microsystems (now Oracle) and comes bundled with JDK1.5.

  1. Add the following lines in the '$FIORANOHOME/fmq/bin/fmq.conf' under

    CODE
    <java.system.props>tag.
    com.sun.management.jmxremote.port=portNum
    com.sun.management.jmxremote.authenticate=false
    com.sun.management.jmxremote.ssl=false
  2. Start the FioranoMQ Server
  3. Run JConsole from JDKInstallation\bin\JConsole
  4. Create a server connection using one of the three ways.
    1. Local Monitoring: Jconsole can be used to monitor a local Java platform - a JVM running on the same machine as shown in the figure below:

b. Remote Monitoring: Give the Host IP Address, portNum, FioranoMQ Admin username and password, and connect as shown in the figure below:

 

  • Advanced Option: Provide the JMX URL as shown where HostIP is the IPAddress of the server machine. PortNum is the port number provided in fmq.conf. Give the FioranoMQ Admin username and password, and click connect.

 

  • As a result the MBeans explorer opens up as shown below:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.