Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JConsole is a management tool that comes with the Java Runtime Environment (6+) or Java Development Kit (5+) and provides a very simple view of managed beans. It requires no special configuration to be used with Qpid.
You can run JConsole with the command 'jconsole' assuming you have Java installed and configured to be available in your PATH.

Info
titleSSL encrypted connections

Recent versions of the broker can make use of SSL to encrypt their RMI based JMX connections. If the broker being connected to is making use of this ability then additional configuration may be required, particularly when using self-signed certificates. See Management Console Security for details.

To attach to a running broker simply enter the host, port, and login details in the JConsole connect dialog.
Once you are connected expand the tree nodes marked "org.apache.qpid" to gain access to the Qpid related MBeans.

...