|
|
| Sun ONE Message Queue Release Notes |
Release Notes for
Sun ONE Message Queue
Version 3.0
Updated June, 2002
These release notes contain important information available at the time of release of Version 3.0 of Sun ONE Message Queue (MQ). New features and enhancements, known limitations and problems, technical notes, and other information are addressed here. Read this document before you begin using MQ 3.0.The most up-to-date version of these release notes can be found at the Sun ONE documentation web site: http://docs.iplanet.com/docs/manuals/. Check the web site after installing your software, and then periodically thereafter, to view the most up-to-date version of these notes.
These release notes contain the following sections:
Java Message Service (JMS) Compliance
Java Message Service (JMS) Compliance
MQ 3.0 is designed to be compliant with the Java Message Service (JMS) 1.1 specification. Because an official Compatibility Test Suite (CTS) for JMS has not yet been released, we are unable to provide verification of JMS 1.1 compliance.Known bugs related to JMS compliance, and their workarounds, are listed in the "Known Bugs" section of this document.
MQ Documentation Updates
The following MQ 3.0 documents have been updated from Version 2.0 of the productformerly called iPlanet Message Queue (iMQ). These updated documents can be found at the Sun ONE documentation web site: http://docs.iplanet.com/docs/manuals/.
Installation Guide
The MQ 3.0 product includes an updated MQ Installation Guide.
Administrator's Guide
The MQ Administrator's Guide has been updated to include new MQ 3.0 features (see "What's New in MQ 3.0").
Developer's Guide
The MQ Developer's Guide has been updated to include new MQ 3.0 features (see "What's New in MQ 3.0").
What's New in MQ 3.0
The MQ 3.0 product includes a number of changes to Version 2.0 of the productiMQ 2.0 (and iMQ 2.0, Service Pack 1).Notable among these changes is that the product is now available in two editions: a Platform Edition and an Enterprise Edition.
Platform Edition. Provides basic JMS support, and is best suited to small-scare deployments and development environments
Enterprise Edition. Provides HTTP/HTTPS support, enhanced scalability, and security features, and is best suited to large-scale deployments.
(See the introduction to the MQ Administrator's Guide or the MQ Developer's Guide for more information on these editions.)
The descriptions, below, of changes in the MQ 3.0 product are grouped according to whether they apply to both editions or to the Enterprise Edition only.
Both Enterprise and Platform Editions
Support for distributed transactions
Support for JMS 1.1
- MQ now supports the JTA XA Resource API, meaning that production and consumption of messages can be part of a larger distributed transaction involving other resource managers, such as database managers (see Chapter 1 of the MQ Developer's Guide). This feature is also supported with administrative tools for managing transactions (see Table 6-12 of the MQ Administrator's Guide). Programming information and examples are not yet available in the MQ 3.0 release product.
Support for SOAP messaging using JAXM
- MQ now supports the added features of the JMS 1.1 specification, which provides a simplified approach to JMS client programming as compared to JMS 1.0.2. In particular, a JMS client can perform both point-to-point and publish/subscribe messaging over the same connection and within the same session, and can include both queues and topics in the same transaction.
- In short, a JMS client developer need not make a choice between the separate point-to-point and publish/subscribe programming domains of JMS 1.0.2, opting instead for the simpler, unified domain approach of JMS 1.1. This is the preferred approach, however the JMS 1.1 specification continues to support the separate JMS 1.0.2 programming domains. (In fact, the example applications included with the MQ product as well as the code examples provided in the MQ Developer's Guide all use the separate JMS 1.0.2 programming domains.)
Improvements in persistent store
- Supports creation and delivery of messages that conform to the Simple Object Access Protocol (SOAP) specification, using JAXMthe Java API for XML Messaging. SOAP allows for the exchange of structured XML data between peers in a distributed environment. MQ also supports the delivery of SOAP messages via JMS messaging. See the MQ Developer's Guide for more information.
Overriding JMS message header fields
- MQ now provides more flexibility in balancing disk space and performance when using the built-in persistent store (see Table 2-5 of the MQ Administrator's Guide). Also, administrators now have the option of removing only messages or durable subscriptions from the persistent store when restarting a broker (see reset option in Table 5-2 of the MQ Administrator's Guide).
Improved management of durable subscriptions
- MQ now allows an administrator to better control message server resources by overriding the JMS message header fields that specify message persistence, priority, and expiration (see Table 4-4 of the MQ Developer's Guide).
New hostname configuration property
- MQ now supports the purging of all messages for a specified durable subscription (see Table 6-11 of the MQ Administrator's Guide).
Updating the default queue delivery policy
- MQ now supports more than one network interface card on a computer by letting administrators choose which hostname will be used by MQ connection services (see Table 2-3 of the MQ Administrator's Guide).
Support for Java 2 Platform, Standard Edition (J2SE) 1.4
- MQ now allows an administrator to update the default delivery policy set for a queue destination (see Table 6-10 of the MQ Administrator's Guide).
New file system layout on Solaris
- The broker and MQ administration tools are now supported on the Java Runtime Environment (JRE) 1.4, and JMS clients are now supported on the Java Software Development Kit (JDK) 1.4.
- The installed directory structure of MQ 3.0 on Solaris has been changed to conform to general file system standards for the platform. MQ 3.0 files are no longer installed under a single root installation directory, but are dispersed to standard locations in the Solaris file system.
Support for secure HTTP (HTTPS)
Increased client connection capacity
- MQ now supports secure messaging over HTTP (see Appendix B of the MQ Administrator's Guide). This new connection service provides for encryption of messages from message producer through to message consumer (that is, from JMS client, through HTTPS tunnel servlet, to broker, and visa versa).
- MQ now provides a threadpool sharing option that can increase the number of client connections that can be made to an MQ broker (see Chapter 2 of the MQ Administrator's Guide).
Compatibility Issues
Due to changes made to improve features, MQ 3.0 is generally not compatible with iMQ 2.0. In particular, there are a number of issues that you might need to address when upgrading from
iMQ 2.0 to MQ 3.0:
Broker Compatibility
Administered Object Compatibility
Broker Compatibility
An MQ 3.0 broker will not inter-operate with an iMQ 2.0 broker due to changes in broker properties and in the persistent store schema. However, some iMQ 2.0 data is compatible with MQ 3.0, as shown in Table 1, and can be preserved when upgrading to MQ 3.0. When upgrading from iMQ 2.0 to MQ 3.0, you should consider the following:
You can copy iMQ 2.0 config.properties files to another location and, in most cases, consult the property settings they contain when you configure MQ 3.0 brokers.
Any persistent iMQ 2.0 datamessages, destinations, durable subscriptionscannot be re-used. In particular, you will need to re-create iMQ 2.0 destinations in your MQ 3.0 brokers.
You can continue to use iMQ 2.0 user repository and access control properties files after installing MQ 3.0. The MQ 3.0 installer does not overwrite these files. However, you will have to move them to the appropriate MQ 3.0 location (see Appendix D of MQ Administrator's Guide).
Administered Object Compatibility
MQ 3.0 administered objects have been enhanced with new attributes and iMQ 2.0 attributes have been renamed. Therefore, when upgrading from iMQ 2.0 to MQ 3.0, you should consider the following:
You can use the same object store and administered objects that you created in iMQ 2.0; however, it is best to upgrade your administered objects after installing MQ 3.0. The Administration Console (imqadmin) and the ObjectManager command line utility (imqobjmgr), when performing an update operation, will convert iMQ 2.0 administered objects into MQ 3.0 administered objects.
The MQ 3.0 client runtime will look up and instantiate iMQ 2.0 administered objects by converting them into local MQ 3.0 administered objects, but this will not convert iMQ 2.0 administered objects in the object store into MQ 3.0 administered objects.
JMS clients (applications and/or components) that directly instantiate administered objectsthat is, that are JMS provider-dependentneed to be rewritten to accommodate new administered object attribute names (see Chapter 4 and Appendix A of the MQ Developer's Guide for information on administered object attributes).
Scripts that start JMS clients and which set administered object attribute values using command line options need to be rewritten to accommodate the new administered object attribute names (see Chapter 4 and Appendix A of the MQ Developer's Guide for information on administered object attributes).
Administration Tool Compatibility
Because of the renaming of many files and directories (specifically to replace the string "jmq" with "imq"), all MQ 3.0 command line utilities, broker properties, administered object attributes, and internal file names have changed. Therefore, when upgrading from iMQ 2.0 to MQ 3.0, you should consider the following:
Any scripts that use command line utilities (imqbrokerd, imqcmd, imqobjmgr, and so forth) need to be edited to replace the old commands with the newly-named commands. Note, especially, that the jmqbroker command is now imqbrokerd.
The Administration Console (imqadmin) allows you to manage several brokers and/or object stores concurrently, and saves the list of managed entities that are displayed in the navigational pane on the left side of the screen. Thus each time you launch the Console, the list of managed entities is redisplayed. The name of the directory in which user settings for the iMQ 2.0 Administration Console were stored has changed for MQ 3.0. If you wish to preserve the old Console settings when upgrading from iMQ 2.0 to MQ 3.0, you need to change the name of the directory where the brokerlist.properties and objstorelist.properties files are stored from $HOME/.jmq/admin to $HOME/.imq/admin, where $HOME is the Console user's home directory.
Client Compatibility
When upgrading from iMQ 2.0 to MQ 3.0, you should consider the following:
An MQ 3.0 broker will support the iMQ 2.0 client runtime (but without additional MQ 3.0 capabilities), but an iMQ 2.0 broker will not support the MQ 3.0 client runtime.
JMS clients built on JDK 1.2, 1.3, or 1.4 can inter-operate with a broker running JRE 1.4. However, clients that use a secure (SSL-based) connection to a broker will require additional JSSE and JNDI libraries if they are not built on JDK 1.4 (which includes these libraries).
The JMS 1.1 API (supported by MQ 3.0) clarifies the behavior of the Message.acknowledge() method, used to acknowledge message consumption in CLIENT_ACKNOWLEDGE sessions. This might require you to modify existing JMS clients.
- This Message.acknowledge() method now acknowledges all messages consumed in the session at the time the method is called. This change in behavior from the 1.0.2 API (supported by iMQ 2.0) is illustrated in the following example: suppose a client consumes four messages from a queue in the same session, say A, B, C, and D in that order, and all were consumed before the client calls the acknowledge method on message C.
In 1.0.2, only messages A, B, and C, would get acknowledged since D was consumed after message C.
In 1.1, all the messages (including D) are acknowledged since they were all consumed.
The JMS 1.1 API (supported by MQ 3.0) clarifies the use of the client identification used to keep track of durable subscriptions. This might require you to modify existing JMS clients.
- The acknowledgement is independent of the order in which messages are consumed, so long as they are consumed in the same session; or stated another way, the message on which the acknowledge() method is called no longer determines which messages get acknowledged.
When using message selectors in iMQ 2.0, a workaround was necessary to accommodate a bug that has been fixed in MQ 3.0. This might require you to modify existing JMS clients.
- In iMQ 2.0, the behavior was to automatically set the ClientID to the local IP address of the client if a durable subscription was created without explicitly setting a ClientID value. In MQ 3.0, the behavior is to throw an exception if a durable subscription is created without explicitly setting a ClientID value. In other words a ClientID value must always be seteither in client code or using an attribute of the connection factory objectwhen durable subscriptions and durable connection consumers are used.
- In iMQ 2.0, if a string literal contained multi-byte characters, you had to use a double escape on Unicode characters (for example, selector = "property = `\\u033e\\u033f'"). In MQ 3.0, the normal representation for Unicode characters can be used (for example, selector = "property = `\u033e\u033f'").
Known Limitations
Limitations shown in this section are grouped according to whether they apply to both Enterprise and Platform Editions of MQ 3.0 or to the Enterprise Edition only.
Both Enterprise and Platform Editions
Windows platforms set limits to the number of simultaneous connections to a broker, in accordance with the maximum value of the backlog size. Backlog is the buffer for connections in the TCP stackthe number of simultaneous connections cannot exceed the backlog size. For example, Windows 2000 Professional limits the backlog to 5, and Windows 2000 Server limits the backlog to 200.
Automatic reconnection of JMS clients to brokers is limited to connections where the client-side state can be fully restored on the broker upon reconnection. In all other cases, the connection Exception handler will get called and the client has to manually restore state.
Messages for different message consumers on a single connection are sent to the consuming client without regard to the precedence of the message consumers and their sessions. This means that a message consumer with a large number of pending messages in one session can adversely affect the performance of other sessions on the same connection. Message consumers that are expected to have very different message throughput levels should use different connections.
- Clients using any of the following objects will have to explicitly restore state: temporary destinations, transacted sessions, CLIENT_ACKNOWLEDGE sessions, or ConnectionConsumer objects.
You cannot edit a broker's instance configuration file without having started the broker instance at least once. This is because the config.properties file does not exist until the broker instance is first started. To configure a broker to use pluggable persistence or to set other configuration properties, run the broker once (with the instance name that should be used to create the broker) to create the config.properties file:
- IMQ_VARHOME/instances/brokerName/props/config.properties
(/var/imq/instances/brokerName/props/config.properties on Solaris)
Due to an error, the .class files were omitted from the example application directories in the MQ product:
- Once the config.properties file has been created, edit the file to add any configuration property values and then restart the broker.
- IMQ_HOME/demo/ (/usr/demo/imq/ on Solaris)
- Should you need to compile these example applications, please follow the instructions in Chapter 2 of the MQ Developer's Guide.
The broker's shared thread pool model does not work on Windows platforms (due to a bug in JRE 1.4).
Only fully-connected broker clusters are supported in this release. This means that every broker in a cluster must communicate directly with every other broker in the cluster. If you are connecting brokers using the imqbrokerd -cluster command line argument, be careful to ensure that all brokers in the cluster are included.
If a Master Broker is not used in a broker cluster, persistent information stored by a broker being added to the cluster is not propagated to other brokers in the cluster.
A connection service using SSL is currently limited to supporting only self-signed server certificates, that is, host-trusted mode. The connection configuration property imqSSLIsHostTrusted is set to true by default.
MQ 3.0 is supported on Linux 7.1, but Sun ONE Web Server 6.0 SP2a servlet provider of the kind required for the HTTP tunneling featureis not supported on Linux 7.1.
When a JMS client using the HTTP transport terminates abruptly (for example, using Ctrl-C) the broker takes approximately one minute before the client connection and all the associated resources are released.
- If you encounter problems running Web Server 6.0 SP2, on Linux 7.1, you can run the Web Server on an officially supported platform; that is, on a host different from that running the broker.
- If another instance of the client is started within the one minute period and if it tries to use the same ClientID, durable subscription, or queue, it might receive a "Resource in conflict" exception. This is not a real problem; it's just the side effect of the termination process described above. If the client is started after a delay of approximately one minute, everything should work fine.
Known Bugs
This section contains a listing of the more important bugs known at the time of the MQ 3.0 release.For a list of current bugs, their status, and workarounds, Java Developer Connection (TM) members should see the Bug Parade page on the Java Developer Connection web site. Please check that page before you report a new bug. Although not all MQ bugs are listed here, it is a good starting place if you want to know whether a problem has been reported.
To report a new bug or submit a feature request, send mail to imq-feedback@sun.com.
Bugs Fixed in 3.0
Below is a short description of the most important bugs fixed in MQ 3.0. For more details about any of these bugs you can view the complete report at the Java Developer Connection site:
- http://developer.java.sun.com/developer/bugParade
Functionality Marked as Optional in JMS
The JMS specification indicates certain items that are optional-- each JMS provider (vendor) chooses whether or not to implement them. The MQ product handling of each of these optional items is indicated below:
Technical Notes
This section contains short write-ups on the following topics:
System Clock Settings
OS-Defined Connection Limitations on Clients and Brokers
Increasing File Descriptors to Improve File-based Persistence Performance
System Clock Settings
When using an MQ system, you should be careful to synchronize system clocks and avoid setting them backward.
Synchronization Recommended
It is recommended that you synchronize the clocks on all hosts interacting with the MQ system. This is particularly important if you are using message expiration (TimeToLive). Failure to synchronize the hosts' clocks may result in TimeToLive not working as expected (messages may not be delivered). You should synchronize clocks before starting any brokers.
Solaris. You can issue the rdate command on a local host to synchronize with remote host. (You must be superuser--that is, root--to run this command.) For example, the following command synchronizes the local host (call it Host 2) with remote host Host1:
- # rdate Host1
Linux. The command is similar to Solaris, but you must provide the -s option:
- # rdate -s Host1
Windows. you can issue the net command with the time subcommand to synchronize your local host with a remote host. For example, the following command synchronizes the local host (call it Host 2) with remote host Host1:
- net time \\Host1 /set
Avoid Setting System Clocks Backwards
You should avoid setting the system clock backwards on systems running an MQ broker. MQ uses timestamps to help identify internal objects such as transactions and durable subscriptions. If the system clock is set backwards it is theoretically possible that a duplicate internal identifier can be generated. The broker attempts to compensate for this by introducing some randomness to identifiers and by detecting clock shift when running, but if the system clock is shifted backwards by a significant amount when a broker is not running, then there is a slight risk of identifier duplication.If you need to set the system clock backwards on a system running a broker by more than a few seconds, it is recommended that you either do it when there are no transactions or durable subscriptions, or do it when the broker is not running, then wait the amount of time you have shifted the clock before bringing the broker back up.
But the ideal approach is to synchronize clocks before starting up any brokers, and then use an appropriate techinque to ensure that clocks don't drift significantly after deployment.
OS-Defined Connection Limitations on Clients and Brokers
On the Solaris and Linux platforms, the shell in which the client or broker is running places a soft limit on the number of file descriptors that a client can use. In the MQ system, each connection a client makes, or each connection a broker accepts, uses one of these file descriptors. As a result, you cannot have a broker or client running with more than 256 connections on Solaris or 1024 on Linux without changing this limit. (The number is actually slightly lower than that due to file descriptors that are used for other purposes, such as for file-based persistence.)To change this limit, see the ulimit man page or the instructions under "Increasing File Descriptors to Improve File-based Persistence Performance," below. The limit needs to be changed in each shell in which a client or broker will be executing.
Increasing File Descriptors to Improve File-based Persistence Performance
On the Solaris and Linux platforms, the speed of storing messages in the default file-based persistence is affected by the number of file descriptors available for use by the file store. (Windows does not have a file descriptor limit.) A large number of descriptors will allow the system to process large numbers of persistent messages faster.To improve performance for performance testing or deployment, administrators should increase the maximum number of file descriptors available to an application (in this case, the broker process) and then increase the size of the shared file descriptor pool used by the broker by updating the value of the property:
The value of this property must be less than the maximum number of file descriptors available on your system.
- imq.persist.file.message.fdpool.limit
On Solaris, for example, you can increase the file descriptor limits using the ulimit command. Processes inherit system limits from their parent (login) shell. On Solaris, there is a "hard" limit and a "soft" limit. For a non-root user, the number of file descriptors for an application cannot exceed the soft limit, which, in turn, cannot exceed the hard limit.
To check the current file descriptor limits:
To change the file descriptor limits for "root" user:
- Hard limit: $ ulimit -Hn
- Soft limit: $ ulimit -n
After this, any process created from this shell will be able to open unlimited file descriptors. So it is safe to run the imqbroker command at this point.
- # ulimit -Hn unlimited
- # ulimit -n unlimited
To change the file descriptor limit for non-root user:
where number1 is less than 1024, and number2 is less than number1.
- $ ulimit -Hn number1
- $ ulimit -n number2
If 1024 is not enough, you have the following options:
Run the broker as root.
Write some "setuid" program to increase the ulimit value before running the broker. (Note - such programs pose tremendous security risk. Highly discouraged.)
Tune the rlim_fd_max parameter in the /etc/system file and reboot the system.
Securing Persistent Data
The broker uses a persistent store that can contain, among other information, message files that are being temporarily stored. Since these messages might contain proprietary information, it is recommended that the data store be secured against unauthorized access.A broker can use either the built-in or plugged-in persistence.
Built-in Persistent Store
A broker using built-in persistence writes persistent data to a flat file data store located at:
where brokerName is a name identifying the broker instance.
- IMQ_VARHOME/instances/brokerName/filestore/
(/var/imq/instances/brokerName/filestore/ on Solaris)
The brokerName/filestore/ directory is created when the broker instance is started for the first time. The procedure for securing this directory depends on the operating system on which the broker is running.
Solaris and Linux. The permissions on the IMQ_VARHOME/instances/brokerName/filestore/ directory depend on the umask of the user that started the broker instance. Hence, permission to start a broker instance and to read its persistent files can be restricted by appropriately setting the umask. Alternatively, an administrator (superuser) can secure persistent data by setting the permissions on the IMQ_VARHOME/instances directory to 700.
Windows. The permissions on the IMQ_VARHOME/instances/brokerName/filestore/ directory can be set using the mechanisms provided by the Windows operating system that you are using. This generally involves opening a properties dialog for the directory.
Plugged-in Persistent Store
A broker using plugged-in persistence writes persistent data to a JDBC-compliant database.For a database managed by a database server (for example, an Oracle database), it is recommended that you create a user name and password to access the MQ database tables (tables whose names start with "IMQ"). If the database does not allow individual tables to be protected, create a dedicated database to be used only by MQ brokers. See the database vendor for documentation on how to create user name/password access.
The user name and password required to open a database connection by a broker can be provided as broker configuration properties. However it is more secure to provide them as command line options when starting up the broker (see MQ Administrator's Guide, Appendix A, "Setting Up Plugged-in Persistence").
For an embedded database that is accessed directly by the broker via the database's JDBC driver (for example, a Cloudscape database), security is usually provided by setting file permissions (as described in "Built-in Persistent Store," above) on the directory where the persistent data will be stored. To ensure that the database is readable and writable by both the broker and the imqdbmgr utility, however, both should be run by the same user.
JAR Files for Client Applications
Client applications need to be able to access JNDI JAR files (jndi.jar) even if the applications are not directly using JNDI to look up MQ administered objects. This is because JNDI is referenced through the Destination and ConnectionFactory classes.JNDI JAR files are bundled with JDK 1.4, and therefore jndi.jar does not have to be in the classpath if you are using this JDK version. However, if you are using a version of JDK earlier than 1.4, then jndi.jar has to be in your classpath setting (along with imq.jar and jms.jar).
If you are using JNDI to look up MQ administered objects, you must also include providerutil.jar plus either fscontext.jar (if you are using the file-system context) or ldap.jar (if you are using the LDAP context) in your classpath. If you are using JDK 1.4, you do not need to include ldap.jar, since it is bundled with JDK 1.4.
Client Out of Memory Errors
If you are running a client application that deals with large messages or many small messages, it may encounter OutOfMemoryError errors. The client runtime does not have a memory leak--it just has insufficient memory to copy the messages off the network and deliver them to your client.To eliminate these OutofMemoryError errors, increase the maximum Java heap size. You can do this by passing the appropriate command line option to the java or jre command.
On Java2 (formerly code-named "JDK 1.2"), use the -Xmx option. For example:
Please note these limitations:
- java -Xmx128m MyClass
The maximum limit of the VM's memory allocation pool (heap size) depends on both the operating system and the JDK release. Please check the JDK documentation for restrictions.
The size of the VM's memory allocation pool must be less than or equal to the amount of virtual memory available on the system.
How to Report Problems
To report a problem, send mail to imq-feedback@sun.com.If you have a support contract and you have problems with MQ, contact Sun ONE customer support using one of the following mechanisms:
Sun ONE online support web site at http://www.iplanet.com/support/online/
So that we can best assist you in resolving problems, please have the following information available when you contact support:
The telephone dispatch number associated with your maintenance contract
- From this location, the CaseTracker and CaseView tools are available for logging problems.
Description of the problem, including the situation where the problem occurs and its impact on your operation
Machine type, operating system version, and product version, including any patches and other software that might be affecting the problem
Detailed steps on the methods you have used to reproduce the problem
For More Information
Beyond the MQ 3.0 documentation, you can find additional information as indicated below.
jmq-interest List
A discussion forum is available for MQ customers. It provides a place for customers to exchange ideas on MQ-related topics and share problem-solving tips and techniques.To subscribe to the jmq-interest list, send email to listserv@java.sun.com and include a message like the following in the message body. Please supply the appropriate data for the first and last name.
To unsubscribe to the list, send email to listserv@java.sun.com and include in the message body:
- subscribe jmq-interest firstname lastname
- signoff jmq-interest
Note The jmq-interest forum is meant for general MQ issues. For specific questions about MQ 3.0, send your questions to imq-feedback@sun.com.
Java Technology Forums
There is a JMS forum in the Java Technology Forums that might be of interest.
- http://forum.java.sun.com
Sun ONE Information
Useful Sun ONE information can be found at the following Internet locations:
MQ website
http://www.sun.com/software/products/message_queue/home_message_queue.htmlRelease notes and other documentation
http://docs.iplanet.com/docs/manuals/javamq.html
Support Services
- If this URL is discontinued you will be able to access MQ 3.0 documentation from:
http://www.sun.com/software/products/message_queue/home_message_queue.html
http://www.sun.com/service/support/software/iplanet/index.htmlProfessional Services information http://www.sun.com/service/sunps/iplanet/
Developer information http://developer.iplanet.com/
Learning solutions http://www.sun.com/software/training/
Product data sheets http://www.sun.com/software/html
Use of Sun ONE Message Queue is subject to the terms described in the license agreement accompanying it.
Copyright © 2002 Sun Microsystems, Inc. All rights reserved.
Copyright © 2002 Sun Microsystems, Inc. All rights reserved.
Last Updated June 20, 2002