Event monitoring

Integration nodes use a pub/sub broker to publish event messages (as fixed topics) in response to changes in configuration, state, or operational status. You can then monitor these events by subscribing to the topics.

IBM® Integration Bus event messages are categorized in the following three groups:
OperationalEvents
  • Message flow statistics
  • Resource statistics
  • Workload management
AdminEvents
  • Integration node status
  • Integration server status
  • Integration server configuration
BusinessEvents
  • Business monitoring
If you want to receive event messages for any of these events (which includes viewing statistics in the web user interface), you must ensure that event publication is enabled and that a pub/sub broker has been configured. For more information, see the following topics:

To monitor the events, you subscribe to the appropriate topics. For more information, see Subscribing to event message topics.

For detailed information on the architecture of the event messages, see IBM Integration Bus event messages.