The notification topic

Event Manager uses the notification component to send XML messages to the topic, which is a publish-subscribe type of JMS destination. Notification is issued for each event if that event's definition is configured in the CDEVENTDEFTP table with the ENABLE_NOTIFY field set to Y.

For the user explicit events, notification can be turned on or off for each event individually.

The topic must be registered with the JMS provider and the topic name must be configured in the database. To use the topic with Event Manager, set the topic name in the /IBM/EventManager/Notification/topic configuration in Configuration and Management.

Below is the sample of the XML notification sent for TCRMPartyBObj with primary key 6500019390515 on the occurrence of a retirement event:
<EventNotification>
    <EventDefName>Retirement</EventDefName>
    <BusSysID>2</BusSysID>
    <EntityName>TCRMPartyBObj</EntityName>
    <BusinessObjKey>6500019390515</BusinessObjKey>
    <EventDescription>Retirement</EventDescription>
    <EventTrigger>TimeTriggered</EventTrigger>
    <EventCreateDate>2004-05-16 14:37:59.558</EventCreateDate>
</EventNotification>