Network Deployment (Distributed operating systems), v8.0 > Applications > Service integration


Service integration notification events

We can monitor your service integration environment by using notification events.

Each service integration entity, such as a messaging engine or a WebSphere MQ link, is represented by an MBean. MBeans are Java objects that represent JMX resources. As part of the JMX architecture, the MBeans can have notification events, which you can incorporate into your own system management application to monitor activities, such as the starting up of a messaging engine, across your service integration configuration. Events also enable applications acting as agents for other administration networks to monitor reports and create the appropriate alerts.

For more information about the WAS implementation of the JMX framework, see Use wsadmin scripting with JMX.

Each WAS MBean is documented in the Mbean interfaces section of the Information Center. We can navigate to this section by expanding Reference > Programming interfaces in the Information Center navigation, and then clicking Mbean interfaces, or by doing a search for "Mbean interfaces".

The following service integration MBeans have notification events:


Format of event notifications

Event notifications contain information about the event and its origin. Typically, these notifications are processed by a system management application program tailored to meet the requirements of the enterprise at which it runs. The service integration events have the following attributes:

Attributes of service integration events. The first column of the table lists the event attribute names, and the second column provides the description of the attributes.

Attribute name Attribute description
Message The message that describes the event.
SequenceNumber An identifier for the event instance, unique within a run of the application server.
TimeStamp Timestamp in milliseconds.
Type Identifies the type of event, for example a messaging engine stop event. The type is defined by constants in the WAS_HOME/web/apidocs/SIBNotificationConstants.html file.
Properties Specific for each event generated. These are key value pairs of strings that describe aspects of the event, such messaging engine name or number of messages on a destination. The key and value strings are defined by constants in the WAS_HOME/web/apidocs/SIBNotificationConstants.html file.

All service integration events will have properties for the bus name and UUID, and the messaging engine name and UUID.


Service integration technologies
Enable or disabling service integration notification events

+

Search Tips   |   Advanced Search