NonStop JMS User's Manual (H06.03+, J06.03+, NonStop JMS 3.0+)
NSJMS Installation and Configuration for TNS/R
NonStop Server for Java Message Service User’s Manual—522356-006
2-12
NSJMS Directory Structure
NSJMS Directory Structure
After completing the product installation, the /usr/tandem/nsjms/version
directory contains the following files and subdirectories. Included are detailed
descriptions of the properties contained in the nsjms.properties file and the
jndi.properties file:
nsjms.properties – Contains these properties that are used to configure
NSJMS:
Database.delay
Database.tabletimeout
Database.timeout
Note. All properties must appear in the properties file in a PropertyKey=Value format.
For example, Logger.type=FileLogger.
Default: 1000
Values: milliseconds
Value
Description:
milliseconds—The time (in milliseconds) that the
thread delays after a stream timeout occurs.
Example: Database.delay=1000
Default: 3000
Values: milliseconds
Value
Descriptions:
milliseconds—The time (in milliseconds) for a table
lock timeout. If milliseconds elapses before a lock is
acquired on a table, the statement fails, and SQL returns
a file system error 73 (disk file or record is locked).
Example: Database.tabletimeout=3000
Default: 100
Values: milliseconds
Value
Descriptions:
milliseconds—The time (in milliseconds) in which the
stream selects a block for new messages before a
timeout occurs.
Example: Database.timeout=100