Previous Topic: Model Event Notification OverviewNext Topic: Members in the Model Event Notification Message


How to Use the Model Event Notification API

To capture JMS topic information for model events, perform the following steps to configure model event notifications.

  1. Log in to the CA GovernanceMinder portal as an administrator.
  2. Go to Administration, Settings, Property Settings.
  3. Set the following properties:
    modelEvent.producer.fireEvent

    Specifies what events trigger change notification. Valid values include:

    Atomic

    Triggers an event after every approval during an update request.

    Aggregate

    Triggers an event when all approvals complete for an update request.

    All

    Triggers an event after every approval and when all approvals complete for an update request (atomic and aggregate.)

    modelEvent.notify.topic

    Determines if a Java Messaging Service topic is enabled for model event notification.

    approval.isModelChangeNotificationOn

    Indicates whether model event notification is enabled. This parameter signals the availability of the Model Event Notification API to CA GovernanceMinder Workpoint processes that contain the Notify Model Change and Notify Aggregated Model Change building blocks.

  4. Be sure that any 3rd-party clients listening to this JMS topic implement the ModelEventHandler interface.