Programming Guide › Model Event Notification API › How to Use the Model Event Notification API
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.
- Log in to the CA RCM portal as an administrator.
- Go to Administration, Settings, Property Settings.
- Set the following properties:
- modelEvent.producer.fireEvent—set to one of the following options:
- 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=true
- Be sure that any 3rd-party clients listening to this JMS topic implement the ModelEventHandler interface.