NonStop JMS User's Manual (NonStop JMS 2.0+)

NSJMS Installation and Configuration
NonStop Server for Java Message Service User’s Manual522356-002
2-13
NSJMS Directory Structure
°
Deadmsg.deletecount
°
Logger.filename
Default: 0
Values: 0 through 2147483647
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 and the frequency of the deletion
is determined by the delete count value. A delete count
of 1000 means that after every 1000th 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=1000
Default: nsjms.log
Value: name
Value
Description:
name is the file location that contains log information.
Example: Logger.filename=nsjms.log