Cache Topic Cluster Setup

To use Cache Topic in a cluster setup, the following setup are required:
  • Configuration at the WebLogic Console level
  • Additional changes are part of the OBPM deployment
  1. Configuration at the WebLogic console
  2. Additional Changes in OBPM deployment (.ear)
    • Open the OBPM deployment (ear) and navigate to PMEJB.jar file. Open PMEJB.jar file and navigate to META-INF folder. You will find ejb-jar.xml file. Modify this file by adding following additional tags.

      <message-driven> <ejb-name>CacheEvictTopicMDBBean</ejb-name> <activation-config> <activation-config-property> <activation-config-property-name>topicMessagesDistributionMode</activation-config-property-name> <activation-config-property-value>One-Copy-Per-Server</activation-config-property-value> </activation-config-property> <activation-config-property> <activation-config-property-name>distributedDestinationConnection</activation-config-property-name> <activation-config-property-value>EveryMember</activation-config-property-value> </activation-config-property> </activation-config> </message-driven>

      Sample file attach for reference. Note ejb-jar.xml file already contain few configurations with respect to MultiEntityManagerWrapper, please do not remove the same.

    • Since PMEJB.jar is getting reference in few additional jar and war present in OBPM deployment, Also, modify those files by adding ejb-jar.xml. Below is list of additional files from deployment and their respective folder where we need to copy ejb-jar.xml.

      Please note, this ejb-jar.xml will be different than attached in point number 1. Use one attach given below for reference.

      1. PMGateway.jar\META-INF\
      2. PMUpiReqPayDebit.jar\META-INF\
      3. PMUpiReqPayCredit.jar\META-INF\
      4. PMReST.war\WEB-INF\
      5. PMWeb.war\WEB-INF\
      6. PMFWAdapterWeb.war\WEB-INF\
      7. PMPlatoReST.war\WEB-INF\
      8. PMImpsWeb.war\WEB-INF\
    • After completing changes mentioned in point number 1 and 2, deploy new modified OBPM deployment (.ear) and restart the server.