1 Context

This document contains step to configure kafka notifications for VAM/LM event in the system.

Below JMS changes will be required –

  1. Create NotificationServer under JMS Servers.

    Figure 1-1 NotificationServer under JMS Servers



  2. Create NotificationServer Module under JMS Modules.

    Create below destinations

    Table 1-1 Destinations

    Name Type Description
    NOTIFICATION_TOPIC Topic Local Notification Topic where message will be routed.
    NotificationTCF Topic Connection Factory
  3. Kafka properties changes.

    Kafka properties are moved to DIGX_FW_CONFIG_ALL_B table. Bank needs to update kafka details in this table. If SSL is not used these properties can be deleted from table. Once application server is started look for any errors related to Kafka to make sure it is connected successfully. For more granular logs, log level of com.ofss.digx.infra.events.kafka.consumer.AvroConsumer class can be changed to DEBUG.

    select * from digx_fw_config_all_b where category_id = 'KAFKA_CONFIG';