Event Monitoring in IBM App Connect V12 Enterprise
Introduction:
Event monitoring is a feature in IIB, it enables developers to Configure the message flows to emit the events. These events are read and used for other applications for transaction monitoring, auditing, and business process monitoring. These Monitoring events can be published to IBM MQ to enable subscribers
EVENT MONITORING:
It is a message that is published when a message flow is configured with monitoring events. Monitoring events can be configured in two different types:
- Transaction Events.
- Terminal Events.
Transaction Events:
Transaction events are emitted from the Input node.
Terminal Events:
Terminal Events are emitted from Terminals.
It is an XML document that confirms the monitoring event schema. Each event contains the following information.
- Source of the event.
- Name of the event.
- Sequence Number and Creation Time.
- Correlation ID for events that are emitted from the unit or by the same transaction of work.
An individual message flow can emit transaction events, terminal events, or both kinds of events. We can configure, enable, and disable both types of events by using the monitoring properties of the message flow. An event source address identifies an event source in a message flow. Terminal events can be emitted from any node in a message flow.