Sun logo      Previous      Contents      Next     

Sun ONE Message Queue 3.5 Installation Guide

Preface

This book explains how to install Sun Open Net Environment (Sun ONE) Message Queue (MQ) 3.5, and this preface contains the following sections:


Audience for This Guide

The audience for this guide is Sun ONE Message Queue developers and administrators.


Organization of This Guide

All users should read the introduction and then the appropriate platform-specific chapter. The following table briefly describes the contents of each chapter:

Table 1  Book Contents 

Chapter

Description

Chapter 1, "Introduction"

Explains the MQ editions, supported platforms and products, the MQ software modules, and the installed directory structure.

Chapter 2, "Solaris Installation"

Explains the hardware and software requirements, defaults, and installation procedure for Solaris, as well as how to uninstall the product on this platform.

Chapter 3, "Linux Installation"

Explains the hardware and software requirements, defaults, and installation procedure for Linux, as well as how to uninstall the product on this platform.

Chapter 4, "Windows Installation"

Explains the hardware and software requirements, defaults, and installation procedure for Windows, as well as how to uninstall the product on this platform.


Conventions

This section provides information about the conventions used in this document.

Text Conventions

Table 2  Document Conventions 

Format

Description

italics

Italicized text represents a placeholder. Substitute an appropriate clause or value where you see italic text. Italicized text is also used to designate a document title, for emphasis, or for a word or phrase being introduced.

monospace

Monospace text represents example code, commands that you enter on the command line, directory, file, or path names, error message text, class names, method names (including all elements in the signature), package names, reserved words, and URLs.

[]

Square brackets to indicate optional values in a command line syntax statement.

ALL CAPS

Text in all capitals represents file system types (GIF, TXT, HTML and so forth), environment variables (IMQ_HOME), or acronyms (MQ, JSP).

Key+Key

Simultaneous keystrokes are joined with a plus sign: Ctrl+A means press both keys simultaneously.

Key-Key

Consecutive keystrokes are joined with a hyphen: Esc-S means press the Esc key, release it, then press the S key.

Directory Variable Conventions

MQ makes use of three directory variables; how they are set varies from platform to platform. Table 3 describes these variables and summarizes how they are used on the Solaris, Windows, and Linux platforms.

Table 3  MQ Directory Variables 

Variable

Description

IMQ_HOME

This is generally used in MQ documentation to refer to the MQ base directory (root installation directory):

  • On Solaris, there is no root MQ installation directory. Therefore, IMQ_HOME is not used in MQ documentation to refer to file locations on Solaris.
  • On Solaris, for Sun ONE Application Server, Evaluation Edition, the root MQ installation directory is:
    Application Server base directory/imq.
  • On Windows, the root MQ installation directory is set by the MQ installer (by default, as C:\Program Files\Sun\MessageQueue3).
  • On Windows, for Sun ONE Application Server, the root MQ installation directory is:
    Application Server base directory/imq.
  • On Linux, there is no root MQ installation directory. Therefore, IMQ_HOME is not used in MQ documentation to refer to file locations on Linux.

IMQ_VARHOME

This is the /var directory in which MQ temporary or dynamically-created configuration and data files are stored. It can be set as an environment variable to point to any directory.

  • On Solaris, IMQ_VARHOME defaults to the /var/imq directory.
  • On Solaris, for Sun ONE Application Server, Evaluation Edition, IMQ_VARHOME defaults to the IMQ_HOME/var directory.
  • On Windows IMQ_VARHOME defaults to the IMQ_HOME\var directory.
  • On Windows, for Sun ONE Application Server, IMQ_VARHOME defaults to the IMQ_HOME\var directory.
  • On Linux, IMQ_VARHOME defaults to the /var/opt/imq directory

IMQ_JAVAHOME

This is an environment variable that points to the location of the Java runtime (JRE) required by MQ executables:

  • On Solaris, IMQ_JAVAHOME defaults to the /usr/j2se/jre directory, but a user can optionally set the value to wherever the required JRE resides.
  • On Windows, IMQ_JAVAHOME defaults to IMQ_HOME\jre, but a user can optionally set the value to wherever the required JRE resides.
  • On Linux, MQ first looks for the java runtime in the /usr/java/j2sdkVersion directory, and then looks in the /usr/java/j2reVersion directory, but a user can optionally set the value of IMQ_JAVAHOME to wherever the required JRE resides.

In this guide, IMQ_HOME, IMQ_VARHOME, and IMQ_JAVAHOME are shown without platform-specific environment variable notation or syntax (for example, $IMQ_HOME on UNIX). Path names generally use UNIX directory separator notation (/).


Other Documentation Resources

In addition to this guide, MQ provides additional documentation resources.

The MQ Documentation Set

The documents that comprise the MQ documentation set are listed in Table 4 in the order in which you would normally use them.

Table 4  MQ Documentation Set 

Document

Audience

Description

MQ Installation Guide

Developers and administrators

Explains how to install MQ software on Solaris, Linux, and Windows platforms.

MQ Release Notes

Developers and administrators

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

MQ Java Client Developer’s Guide

Developers

Provides a quick-start tutorial and programming information for developers of Java client programs using the MQ implementation of the JMS or SOAP/JAXM APIs.

MQ Administrator’s Guide

Administrators, also recommended for developers

Provides background and information needed to perform administration tasks using MQ administration tools.

MQ C Client Developer’s Guide

Developers

Provides programming and reference documentation for developers of C client programs using the MQ C implementation of the JMS API. (C-API).

Example Client Applications

MQ provides a number of example client applications to assist developers.

Example Java Client Applications

Example Java client applications are located in the following directories, depending on platform. See the README file located in these directories and in each of their subdirectories.

Platform

Location

Solaris

/usr/demo/imq/

Linux

/opt/imq/demo/

Windows

IMQ_HOME\demo\

Example C Client Applications

Example C client applications are located in the following directories, depending on platform. See the README file located in these directories.

Platform

Location

Solaris

/opt/SUNWimq/demo/C/

Linux

/opt/imq/demo/C/

Windows

IMQ_HOME\demo\C\



Previous      Contents      Next     


Copyright 2003 Sun Microsystems, Inc. All rights reserved.