Sun Java System Message Queue 4.1 Developer's Guide for JMX Clients

Related Documentation

In addition to this guide, Sun provides the additional documentation resources described in the following subsections.

Message Queue Documentation Set

The Message Queue documentation set comprises the documents shown in Table P–1, in the order in which you would normally use them.

Table P–1 Message Queue Documentation Set

Document 

Audience 

Description 

Message Queue Installation Guide

Developers and administrators 

Explains how to install Message Queue software on Solaris, Linux, and Windows platforms 

Message Queue Release Notes

Developers and administrators 

Includes descriptions of new features, limitations, and known bugs, as well as technical notes 

Message Queue Technical Overview

Developers and administrators 

Introduces basic Message Queue concepts, features, and components 

Message Queue Administration Guide

Administrators (also recommended for developers) 

Provides background and information needed to perform administrative tasks using Message Queue administration tools 

Message Queue Developer’s Guide for Java Clients

Developers 

Provides information on developing Java client programs using the Message Queue implementation of the Java Message Service (JMS) and SOAP/JAXM specifications

Message Queue Developer’s Guide for C Clients

Developers 

Provides information on developing C and C++ client programs using Message Queue's C application programming interface (C API)

Message Queue Developer’s Guide for JMX Clients

Developers 

Provides information on developing Java client programs using the Message Queue implementation of the Java Management Extensions (JMX) API

Java Management Extensions (JMX) Documentation

The Message Queue JMX API conforms to the Java Management Extensions (JMX) standard, described in the Java Management Extensions Instrumentation and Agent Specification and the Java Management Extensions (JMX) Remote API Specification. These documents can be downloaded from the URLs

http://jcp.org/aboutJava/communityprocess/final/jsr003

and

http://jcp.org/aboutJava/communityprocess/final/jsr160

respectively.

For a general conceptual introduction to JMX principles and architecture, see the Java Management Extensions (JMX) Technology Overview at

http://java.sun.com/j2se/1.5.0/docs/guide/jmx/overview/JMXoverviewTOC.html

and the Java Management Extensions (JMX) Technology Tutorial at

http://java.sun.com/j2se/1.5.0/docs/guide/jmx/tutorial/tutorialTOC.html

JavaDoc

Message Queue API documentation in JavaDoc format is included in your Message Queue installation at the locations shown in Table P–2, depending on your platform. This documentation can be viewed in any HTML browser. It includes standard JMS API documentation as well as Message Queue–specific APIs for Message Queue administered objects, which are of value to developers of messaging applications.

Table P–2 JavaDoc Locations

Platform 

Location 

Solaris 

/usr/share/javadoc/imq/index.html

Linux 

/opt/sun/mq/javadoc/index.html

Windows 

IMQ_HOME\javadoc\index.html

where IMQ_HOME is the Message Queue base directory set by the Message Queue Installer (C:\Program Files\Sun\MessageQueue4 by default)

Example Client Applications

Example client applications providing sample Java application code using JMX are included in your Message Queue installation at the locations shown in Table P–3, depending on your platform.

Table P–3 JMX Code Example Locations

Platform 

Location 

Solaris 

/usr/demo/imq/jmx

Linux 

/opt/sun/mq/examples/jmx

Windows 

IMQ_HOME\demo\jmx

where IMQ_HOME is the Message Queue base directory set by the Message Queue installer (C:\Program Files\Sun\MessageQueue4 by default)