Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{composition-setup}
cloak.toggle.zone = true
{composition-setup}

Errors

Wiki Markup
{toggle-cloak:id=qManagementConsoleSecurity}

How do I connect the management console to my broker using security ?

Wiki Markup
{cloak:id=qManagementConsoleSecurity}

The Management Console Security page will give you the instructions that you should use to set this up.

Wiki Markup
{cloak}

Wiki Markup
{toggle-cloak:id=rmiServerHostname}

I am unable to connect Qpid JMX MC/JConsole to a remote broker running on Linux, but connecting to localhost on that machine works ?

Wiki Markup
{cloak:id=rmiServerHostname}

...

This situation arises due to the hostname configuration on Linux and is generally encountered when the remote machine does not have a DNS hostname entry on the local network, causing the hostname command to return a loopback IP instead of a fully qualified domain name or IP address accessible by remote client machines. It is described in further detail at: http://java.sun.com/javase/6/docs/technotes/guides/management/faq.html#linux1Image Removed

To remedy this issue you can set the java.rmi.server.hostname system property to control the hostname/ip reported to the RMI runtime when advertising the JMX ConnectorServer. This can also be used to dictate the address returned on a computer with multiple network interfaces to control reachability. To do so, add the value -Djava.rmi.server.hostname=<desired hostname/ip> to the QPID_OPTS environment variable before starting the qpid-server script.

...