jmqmon - The JMS Server Monitor

jmqmon is the JMS Server Monitor.

SYNOPSIS

jmqmon [option]

where options include:
    -help               print out this message
    -verbose            run in verbose mode
    -interval <sec>     monitor ping interval
    -props <prop file>  use specified properties file

DESCRIPTION

The JMS server monitor is a Java program that continually pings the JMS server to check if it is operational. If the server could not be ping'ed, the monitor will attempt to re-start it.

OPTIONS

-help
Prints out the command syntax.
-verbose
Run the monitor in verbose mode. This will print status information as well as any output from a spawned JMS server process.
-interval sec
The monitor ping interval in seconds. This determines how often the monitor process will ping the JMS server.
-props propsFile
Use the specified JMS property file instead of the default file available from the lib directory. The JMS port information used to ping will be derived from the file. Also, this file will be used when spawning the JMS server.

JVM FLAGS

It is possible to pass arguments to the jvm using the -J flag. In order to set the heap size to 250 MB, the following command line may be used:
   jmqmon -J-Xms250m

Copyright © 1998-2003, Novell, Inc. All rights reserved.