Setup the JMS Connection Factories

  1. Navigate to Resources > JMS > JMS providers;
  2. Note: The appropriate scope where the JMS resources are to be defined should be selected at this point.
  3. Select the Default messaging provider link;
  4. Select the Connection factories link in the Additional Properties section;
  5. Click New and set the following fields:

    Name : CuramQueueConnectionFactory

    JNDI Name : jms/CuramQueueConnectionFactory

    Description : The factory for all connections to application queues.

    Bus Name : CuramBus

    Authentication alias for XA recovery : Same as for the jdbc/curamdb data source (e.g. <SERVERNAME> /dbadmin)

    Mapping-configuration alias : DefaultPrinicipalMapping

    Container-managed authentication alias : Same as for the Authentication alias for XA recovery.

    Leave everything else as the default and click OK to apply the changes;

  6. Click New and set the following fields:

    Name : CuramTopicConnectionFactory

    JNDI Name : jms/CuramTopicConnectionFactory

    Description : The factory for all connections to application queues.

    Bus Name : CuramBus

    Authentication alias for XA recovery : Same as for the jdbc/curamdb data source (e.g. <SERVERNAME> /dbadmin)

    Mapping-configuration alias : DefaultPrinicipalMapping

    Container-managed authentication alias : Same as for the jdbc/curamdb data source (e.g. <SERVERNAME> /dbadmin)

    Leave everything else as the default and click OK to apply the changes;

  7. Save the changes to the master configuration as described in Save the Master Configuration.