PUBLISH_SYS_EVENT_METHOD
Activity Monitoring and Work Queue Delta Configuration
Summary
This attribute defines in which way you want to publish system events.
Applies To
This attribute can be set for ALL processes.
Permissible Values
This attribute value must be one of the following:
Value |
Meaning |
0 |
System events are not published. |
1 |
System events are published using Windows Event Viewer. Note: This function is only available for Microsoft Windows system. |
2 |
System events are published as TIBCO Hawk alerts on TIBCO Hawk Event Service. For more information about TIBCO Hawk Event Service, see TIBCO Hawk Installation, Configuration, and Administration Guide. |
3 |
System events are published using the You can check the published XML file in the |
Default Value
The PUBLISH_SYS_EVENT_METHOD
attribute is assigned the following default value when iProcess Engine is installed.
Machine ID |
Process |
Instance |
Value |
0 |
ALL |
0 |
0 |
Note
If you want to publish system events, you must audit them first. Set the value of the SYSTEM_EVENT_LOGGING process attribute to 1
to audit system events.
If the system events are published using TIBCO Hawk Agent, the processes that audit the system events, send the event details to the “worker” process (Process Sentinel) through a socket. Then the "worker" process sends the event details to TIBCO Hawk Agent. To define a socket number in the connection between the "worker" process and processes, which audit system events, set the SE_WORKER_PORTNO process attribute.
If you use the IAPJMS
process to publish system events, the topic name on which the events are published depends on the following conditions:
• | If the value of the SEJMS_TOPICNAME process attribute is set, the events will be published under the topic name that is set in the SEJMS_TOPICNAME process attribute. |
• | Otherwise, the events will be published under the topic name that is set in the IAPJMS_TOPICNAME process attribute. |
See Also
SYSTEM_EVENT_LOGGING, SEJMS_TOPICNAME, IAPJMS_TOPICNAME, SE_WORKER_PORTNO