Documentation for a newer release is available.
View Latest
DPS Notifications
CSM Reachability uses DPS v2 notifications functionality. These notifications are sent as Kafka messages. Notifications for all CSM Reachability settings are disabled by default.
Configuration
DPS v2 supports CRUD operations notifications. So, after create, update, and delete operation, a notification can be sent for each setting if the following properties are enabled:
ipf.csm-reachability.should-send-notification.agent-clearing-settings-settings = true
ipf.csm-reachability.should-send-notification.agent-settings-settings = true
ipf.csm-reachability.should-send-notification.agent-settlement-settings-settings = true
ipf.csm-reachability.should-send-notification.cs-agent-selection-settings-settings = true
ipf.csm-reachability.should-send-notification.generic-processing-settings-settings = true
ipf.csm-reachability.should-send-notification.participant-settings = true
ipf.csm-reachability.should-send-notification.party-entity-settings = true
ipf.csm-reachability.should-send-notification.processing-entity-settings = true
ipf.csm-reachability.should-send-notification.bicdir2018-settings = true
ipf.csm-reachability.should-send-notification.iban-plus-settings = true
ipf.csm-reachability.should-send-notification.iban-structure-settings = true
ipf.csm-reachability.should-send-notification.exclusion-list-settings = true
Notifications regarding scheduled settings CRUD operations can also be published on the same Kafka topic. The following property needs to be enabled:
ipf.dps.notification-service.send-notifications-for-scheduled-settings = true
|
Please refer DPS v2 Notification Service and DPS v2 Migration Steps for more information regarding DPS v2 notifications. |
|
Please refer DPS v2 Client Notification to properly configure receive endpoint for these Kafka notifications. |