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, configure model event notifications.

Follow these steps:

  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.

    modelEvent.notify.topic

    Determines if you enable a Java Messaging Service (JMS) topic for model event notification.

    approval.isModelChangeNotificationOn

    Indicates whether you enable a model event notification. 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.