Message flows can be configured to emit events. The events can be read and used by other applications for transaction monitoring and auditing, and business process monitoring.
The following sections introduce the concepts of monitoring.
An event source address identifies an event source in a message flow.
Terminal events can be emitted from any node in a message flow. Therefore, these events can be used as an alternative to dedicated event-emitting nodes or subflows, such as the example supplied in SupportPac IA9V.
Event sources emit events only if monitoring is activated for the message flow.
Event source | Event source address | Description |
---|---|---|
Transaction start | Nodename.transaction.Start | The event is emitted when the message is read from the transport. |
Transaction end | Nodename.transaction.End | The event is emitted when IBM® Integration Bus completes all processing of the message. |
Transaction rollback | Nodename.transaction.Rollback | The event is emitted instead of transaction end if the message flow issues an exception that is not caught and processed in the flow. |
Events are emitted subject to the evaluation of the eventFilter expression, which is described in the Event output options section of this topic.
If a message flow handles its own exceptions, a transaction end event is issued instead of a transaction rollback event because the flow takes control of the error and terminates normally. In this case, if you need to distinguish errors, you can configure terminal events at appropriate nodes in the flow.
Any terminal in a message flow can be an event source. If the event source is active, it emits an event each time a message passes through the terminal, subject to the evaluation of the eventFilter expression. This expression is described in the Event output options section of this topic.
$Body/StockTrade/Details/Value > 10000
The
use of a filter can reduce the number of events that are emitted,
and reduce the workload on your monitoring application.3 >= $Root/MQMD/BackoutCount
$SYS/Broker/integrationNodeName/Monitoring/integrationServerName/flow_name
IBM/IntegrationBus/integrationNodeName/Monitoring/integrationServerName/flow_name
The hierarchical structure allows subscribers to filter the events that they receive. One subscriber can receive events from all message flows in the integration node, while another receives only the events from a single integration server. For more information about publishing and subscribing to events, see Publish/Subscribe.