Versions Compared

Key

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

...

The setting of the prefixes for QPID_HOME and QPID_WORK allows environment variables to be used throughout the config.xml and removes the need for hard coding of paths in this file.

See the Environment Variables section of the Getting Started Guide for more information on these variables.

...

This element allows the user to switch the connectivity of the management console on/off i.e. if the enabled tag is set to false you will not be able to connect a management console to this broker instance. The JMX Management port is set to 8999 by default but it can be changed here in the XML or on the command line. The management console has the ability to utilise some additional Sun Binary Code License code to improve the security of JMX Connections. Full details of this can be found here.

No Format
<management>
    <enabled>true</enabled>     <enabled>true</enabled>
        <jmxport>8999</jmxport>
           <security-enabled>false</security-enabled>            
</management>

Advanced

The elements in this section are used under the covers in the broker. At present, we do not recommend any changes to these settings.

...