The name of an event queue, limited to 128 alphanumeric characters, hyphens or underscores.
Controls whether the length of time each event spends on the event queue is measured. Useful only if you are monitoring event queue statistics.
Flag indicating whether the event queue is to do appropriate locking to provide cancellation callback support for cancel/delete functions.
Controls whether the numbers of each type of queue entry are counted. Useful only if you are monitoring event queue statistics.
The event queue delay threshold (in microseconds) at which the monitor function for the event queue is called. This delay is the time that an event has been queued before being dispatched. A value of 0 indicates the event queue delay is not to be monitored and checked.
Flag indicating whether to call the monitor function when an event is enqueued into the given event queue. The thread enqueuing the event is the one that calls this function. So, when this is called, the monitoring function in use should only assume this is only notification of enqueuing. The monitor function should not dispatch events directly.
Flag indicating whether the event queue should be immediately purged of any pending events associated with a recently closed object (e.g. source, receiver) during the close operation, or be left on the queue to be discarded as the event queue drains normally. In either case, UM does not deliver the defunct events to the application. The Immediate purge setting reclaims memory immediately, while the Delay purge. setting spreads the reclamation work over time, reducing the CPU impact of closing objects associated with the queue.
Controls whether the amount of time required to service each event on the event queue is measured. Useful only if you are monitoring event queue statistics.
The event queue size threshold (in number of events) at which the monitor function for the event queue is called. A value of 0 indicates the event queue size is not to be monitored and checked.
Copyright (c) 2004 - 2014 Informatica Corporation. All rights reserved.