Versions Compared

Key

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

...

To enabled this security option change the security-enabled value in your broker configuration file. Note: The standard JConsole configuration will be unable to connect to a broker with this additional security enabled. For JConsole configuration see here.

No Format
    <management>
        <security-enabled>true</security-enabled>
    </management>

Qpid Management console.

To utilise the new secure connection with the Qpid Management console there are two steps:

  1. Add jmxremote_optional.jar the classpath
  2. Add -Dsecurity=CRAM-MD5 to the start command in the relevant qpidmc script.

JConsole

NOTE: This has not be validated but technically should work fine.
JConsole can also be configured to talk to the broker. Again by adding the jmxremote_optional jar to the classpath.

No Format

jconsole -J-Djava.class.path=JAVA_HOME/lib/jconsole.jar:JAVA_HOME/lib/tools.jar:jmxremote_optional.jar

For further details see Sun's JConsole guide

Then specify your server url address in the jconsole connecting window to use jmxmp:

No Format

service:jmx:jmxmp://<server>:<managment port>