Topic Setup

About this task

To support cache reloading in the Cúram application, a topic must be configured as follows:

Procedure

  1. Navigate to <DomainName> > Services > Messaging > JMS Modules;
  2. Click on op-jms in JMS Modules list;
  3. Click the New button inside the Configuration tab;
  4. Select Type "Quota" and click Next;
  5. Enter the following details:

    Name : "CuramCacheInvalidationTopic.Quota"

    Bytes Maximum : Leave the default "9223372036854775807"

    Messages Maximum : Leave the default "9223372036854775807"

    Policy : Leave the default "FIFO"

    Shared : Leave the default "False".

  6. Click the OK button,
  7. Click the New button and select Type "Topic";
  8. Click Next and enter the following details:

    Name : "CuramCacheInvalidationTopic"

    JNDI Name : "jms/CuramCacheInvalidationTopic".

  9. Click the Next button;
  10. If the SubDeployments drop-down list is empty click on Create a New SubDeployment and enter SubDeployment Name : "CuramJMSServer".
  11. Click the Finish button;
  12. Set SubDeployment : "CuramJMSServer"
  13. Select "CuramJMSServer" as the target JMS Server;
  14. Click the Finish button;
  15. Click the "CuramCacheInvalidationTopic" just configured.
  16. Click on Thresholds and Quotas tab;
  17. Set the Quota : "CuramCacheInvalidationTopic.Quota";
  18. Click the Save button;
  19. Select the Delivery Failure tab and set the Redelivery Limit to "1". Ensure the Error Destination is set to (none) and click the Save button;