Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
This operation and its configuration control archiving of messages from a configured subset of the config items in the production, via the MessageHandler() method.
|
|
Request | Response |
---|---|
Ens.MessageHeader | %Library.Persistent |
Subclasses |
---|
Ens.Enterprise.MsgBankOperation |
|
The type of adapter used to communicate with external systems
List of properties can be set as settings in the configuration file format is a comma separated list of property names
|
Comma-separated list of ConfigNames of items whose message traffic should be archived to the MsgBank server
* means all items
- at the front of an item means exclude it from archiving entirely
! at the end of an item means exclude message bodies from archiving
$ at the end of an item means exclude SearchTable entries if any from archiving
- at the end of an item means exclude message headers from archivingLog Events may be archived for each item using the following colon-separated syntax:
item[evtype1:evtype2:Trace_cat]Within the event type brackets,
* means all event types
- in front of a type means exclude it from archivingFor events of type Trace, _ can be optionally used to select a particular category of trace event.
Event type Trace without a suffix means Trace events of all categories.
For example, *[*] means archive everything, and *$[*],Ens.Alert![-*] means archive all events, headers and bodies but not SearchTable entries, except don't archive bodies or events from item Ens.Alert.Note that Trace events will only be archived if they have been logged. That is, these settings can only be used to restrict which logged events get archived, not to archive any events that were not configured to be logged.
Enable queueing of archive events from other Config Items. Unless this setting is True no messages will be queued for archiving.
If this setting is True, messages will be queued for archiving even while this Operation is disabled.
All messages configured to be archived will be queued to this Operation for archiving. This Operation will forward them to the MsgBank server whenever it is enabled.
How frequently should we check for conforming EventLog events that may need to be forwarded to the MsgBank Server.
0 means check only when messages are being forwarded.
|
This method is for internal use
This method is called when config changes to this item are saved from the portal This method uses $$$EnsMirrorIndexInc to trigger all other jobs to call SetTraceOptimizer which calls InitArchiveFlags() which will update their behavior based on the config changes to this item.
This user callback method is called just after %OnNew()
This is the default message handler. All request types not declared in the message map are delivered here
Override to use DeQueueId
This user callback method is called from %OnClose()