Previous Topic: Create a Distributed JMS Server for WebLogic

Next Topic: Upgrade the Workflow Database

Configure a Distributed JMS Server for Workflow

If you are using workflow in your development environment, create additional JMS resources for the WebLogic cluster.

To create a distributed JMS server for workflow

  1. Create a WP_JMS_filestore directory on each managed node, for example:

    WL_HOME\user_projects\WP_JMS_filestore

  2. Create a JMS Server for each managed node in the WebLogic Administration Console.

    Set the target for each JMS Server to the managed node name, and configure each JMS Server to use the file store you created in step 1.

  3. Set wpConnectionFactory subdeployment to each of the Workflow JMS servers you created.

    wpConnectionFactory associates with the resources queue/wpServAutoActQueue, queue/wpUtilQueue, queue/wpEventQueue, and jms/wpConnectionFactory.

    Note: The cluster was used as a target of wpConnectionFactory by the installer, so you need to remove it as a target.

  4. Create the Workflow Data Source for the workflow database.

    When you create the data source for the cluster, set the target to the cluster, and enable Logging Last Resource.

  5. Repeat this procedure for one managed node per server in the cluster.