jmqmon - The JMS Server Monitor

The jmqmon program 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 © 2003, 2004 Novell, Inc. All rights reserved. Copyright © 2001, 2002, 2003 SilverStream Software, LLC. All rights reserved.