NAME

EventService.pl - An Event Service front-end


SYNOPSIS

This script creates an EventChannel_i object, activates it and runs the ORB event loop. If logging is enabled, information will be printed to STDOUT when suppliers or consumers are being removed due to errors.


USAGE

 Usage: EventService.pl [ORB options] [-o <IOR output file>]
                        [-p <pull consumer queue limit>] [-l <0|1>]
        -l  Enables or disables logging.  It is disabled by default.
        -o  Specifies the output file for the IOR.
        -p  This option specifies the maximum number of messages
            to be stored per pull consumer before the event service
            begins disposing of older messages.