NonStop JMS C++ API Programmer's Guide

Installation and Configuration for TNS/E
NonStop Server for Java Message Service C++ API Programmer’s Guide526459-002
3-9
NSJMS C++ API Directory Structure
Your Publish and Subscribe sample program output will be similar to:
NSJMS C++ API Directory Structure
After completing the product installation, the /usr/tandem/nsjms/T2811-version
directory contains the following files and subdirectories:
install – Contains the installation script that copies the
TANDEM_SYSTEM_NSK.JMS_SCHEMA.LIBNSJMSC_T2811-version file to
the SQL/MX directory. For example, /usr/tandem/sqlmx.
COPYRIGHT.TXT – Contains the copyright notice for the NSJMS C++ API
software.
/include – Contains the header files required for using the NSJMS C++ API.
/doc – Contains many HTML files which describe the NSJMS C++ API including
index.html. This file contains a complete listing of the NSJMS C++ API
HTML documentation.
/lib – Contains
NSJMS C++ API library (zjmscdll).
NSJMS C++ 64-bit API library (yjmscdll).
TANDEM_SYSTEM_NSK.JMS_SCHEMA.LIBNSJMSC_T2811-version.
TANDEM_SYSTEM_NSK.JMS_SCHEMA. LIBNSJMSC64_T2811-
version.
These files contain the execution plans for the SQL statements for 32-bit and 64-bit
DLLs respectively.
/examples – Contains
SimpleSender.cpp. This sample program sends simple messages to a
queue.
OSH: cd examples
OSH: SimpleConsumer -topic T1 -count 5
Consumer has been set
OSH: Received message #0: Publishing this message 0
OSH: Received message #1: Publishing this message 1
OSH: Received message #2: Publishing this message 2
OSH: Received message #3: Publishing this message 3
OSH: Received message #4: Publishing this message 4
OSH: cd examples
OSH: SimplePublisher -topic T1 -count 5
Publishing this message 0
Publishing this message 1
Publishing this message 2
Publishing this message 3
Publishing this message 4
OSH: Finished publishing 5 messages