Setup JMS

About this task

The Cúram application uses persistent messages. A JMS file store must be created for storing persistent messages. To create a directory on the file system where the JMS file store will be kept (e.g. <WebLogic Server Install directory>/user_projects/domains/<DomainName>/jms_file_store), complete the following steps using the Administration Console:

Procedure

  1. Navigate to <DomainName> > Services > Persistent Stores;
  2. Click New > Create FileStore and set the following properties:

    Name : "CuramJMSFileStore"

    Target : "AdminServer"

    Directory : <directory created above>;

  3. Click the Finish (OK for WebLogic Server 10.3.3) button;
  4. Navigate to <DomainName> > Services > Messaging > JMS Servers;
  5. Click the New button to configure a new JMSServer and set the following properties:

    Name : "CuramJMSServer"

    Persistent Store : "CuramJMSFileStore"

  6. Click the Next button and select the AdminServer as the target server;
  7. Click the Finish button to complete;