NonStop JMS User's Manual (H06.03+, J06.03+, NonStop JMS 3.0+)
Reliable Messaging Bridge
NonStop Server for Java Message Service User’s Manual—522356-006
5-29
pathmon_process_name.server_class_name.
properties File
For example, the bridge process reads in the properties in the below
sampl.properties file generated during the Add a Bridge Pathway Configuration
with Server Class on page 5-10.
The bridge process then searches its CLASSPATH and finds the below user created
sampl.qtoq.properties file.
The bridge process uses the Database.volsubvol property,
$myvol.anothersubvol, in the sampl.qtoq.properties file as the location for
the Database table for the server class named qtoq. All other server classes running
under the Pathmon process named sampl would still use the Database.volsubvol
property, $myvol.mysubvol, in the sampl.properties file.
#NSJMS Messaging Bridge Properties for sampl
#Fri SEP 30 10:24:21 PDT 2003
Bridge.receive.timeout=60000
Logger.filename=sampl.log
Bridge.reconnect.delay=60000
Database.delay=1000
Logger.loglevel=info
Database.timeout=100
Database.volsubvol=$myvol.mysubvol
Database.volsubvol=$myvol.anothersubvol