NonStop JMS User's Manual (H06.03+, J06.03+, NonStop JMS 3.0+)
Introduction to NSJMS
NonStop Server for Java Message Service User’s Manual—522356-006
1-4
SQL/MX
SQL/MX
SQL/MX is the HP relational database management system that provides access to
large distributed databases. JMS clients use SQL/MX to access messages and
information stored in NSJMS SQL databases.
JNDI API
The JNDI API provides a generic set of interfaces that enables the administrative utility
to access naming and directory services.
JNDI Provider
The JNDI provider implements the naming and directory services.
Supported Platform
This publication supports H06.25.00 and all subsequent H-series RVUs unless
otherwise indicated by its replacement publication. This program does not support G-
series RVUs.
Compliance Information
NSJMS conforms to Sun Microsystems published specification, Java Message
Service, Version 1.0.2, except as noted. The specification is available on the Sun
Microsystems Java Message Service (JMS) Web site
(http://java.sun.com/products/jms/docs.html).
JMS Application Server facilities refers to server-side facilities in a JMS
implementation that could be used by an expert application. These features are
optional interfaces (ConnectionConsumer, ServerSession and SeverSessionPool)
and are not available in the NSJMS implementation.
A JMS provider can provide Java Transaction API (JTA)-aware connections and
sessions by using the XAConnectionFactory, XAConnection, XASession, and so
on. On the operating system, the transaction integration of NSJMS and other
products is provided by HP NonStop Transaction Management Facility (TMF).
Although these XA interfaces are not implemented in NSJMS, you can use JTA to
start or commit transactions which involve NSJMS.
The JMS specification defines the priority value as 0 (zero), the lowest priority, and
nine, the highest. Priority does not affect delivery of messages in the NSJMS
implementation.