NCLHELP.HLB  —  create  event_dispatcher, outbound_stream
    Creates an instance of an event dispatcher outbound stream entity.

    create [node node-id] event dispatcher -
        outbound stream stream-name [maximum buffer size integer]

    An event dispatcher outbound stream entity represents an outgoing
    connection to a sink on a local or remote node.  Stream-name is the
    simplename which identifies this event dispatcher outbound stream
    instance.  Maximum buffer size is an optional argument.

    Example:

    create event dispatcher outbound stream local_stream

1  –  maximum_buffer_size

    Maximum buffer size is an optional argument that specifies the
    maximum number of octets to be used for event processing of this
    stream. The current value is displayed in the buffer size status
    attribute. You can specify a size smaller than the
    implementation's default, provided it is still sufficient to hold
    the events lost event. It is recommended that you use the default
    buffer size, which is 16384.

    Example:

    create event dispatcher outbound stream local_stream -
        maximum buffer size 16384

2  –  Exception Messages

 o  entity class not supported (OpenVMS)

    The Event Dispatcher has not registered with EMAA.  The NET$EVD
    process is probably not running.  For instructions on restarting
    the process, refer to HELP NETWORK_MANAGEMENT EVENT_DISPATCHER.
Close Help