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-13
NSJMS Directory Structure
Database.volsubvol
Deadmsg.deletecount
Logger.filename
Default: vol.subvol
Values: vol.subvol
Value
Description:
vol.subvol—The volume and subvolume of the
database tables.
Example: Database.volsubvol=$data01.nsjms
Default: 0
Values: 0 through 5000
Value
Description:
Dead messages are messages in topics which have
been read by all existing subscribers of the topic
(including durable subscribers), and are therefore
unusable to any subscriber.
The messages are deleted periodically as part of the
regular receive process. The frequency of deletion is
determined by the delete-count value. A delete count of
100 means that after every 100th message received from
a topic, the client will automatically delete all dead
messages. When 0 is specified, no dead messages are
deleted.
Example: Deadmsg.deletecount=100
Default: nsjms.log
Value: name
Value
Description:
name is the file location that contains log information.
Example: Logger.filename=nsjms.log