Versions Compared

Key

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

...

We can derive the following functional URL:

service:jmx:rmi://someHostName:3098/jndi/rmi://someHostName:3099/jmxrmi

For your convenience, this URL is also generated by the LAMAXU process and written to the log file at start-up:

2016-06-23 18:07:37,039 [main] JmxGateway remote URL is: service:jmx:rmi://someHostName:3098/jndi/rmi://someHostName:3099/jmxrmi

Info
IMPORTANT: While it is possible to define a (:) colon character as part of an MQ object name, the JMX standard prohibits its use. Please be aware that any (:) colon characters in names will be stripped out when generating the MBean tree.

Testing with JConsole

Run jconsoleJConsole is a JMX utility that is bundled with the Java JDK edition.

Locate and run jconsole from you JDK bin directory. You should be prompted for a URL, username and password. Assuming you have a local user called “admin” with password “password” and role of “admin”, you should be able to connect to the Lamaxu successfully.

...