Configure the WebLogic JMS Resource for Data Flow Diagram
In the WebLogic Server Console:
- Configure the JMS server.
- Navigate to DMWDomain > Services > Messaging > JMS Servers.
- Click New.
- In the Name field, enter DfdJMSServer.
- Click Next.
- From the Leave Persistent Store drop-down, select (none).
- Click Next.
- From the Targets drop-down, select the target server that you had configured for the "lswdbDfdDS" data source.
- Click Finish.
- Configure the JMS module.
- Navigate to DMWDomain > Services > Messaging > JMS Modules.
- Click New.
- In the Name field, enter DfdSystemModule.
- Click Next.
- From the list of Targets options, select the target server that you had configured for the "lswdbDfdDS" data source.
- Click Finish.
- Configure the foreign server.
- Click DfdSystemModule that you created in step 2.
- Click New.
- Select the Foreign Server option.
- Click Next.
- In the Name field, enter DfdForeignServer.
- Click Next.
- From the list of Targets options, select the target server that you had configured for the "lswdbDfdDS" data source.
- Click Finish.
- Click DfdForeignServer.
- In the JNDI Initial Context Factory field, enter oracle.jms.AQjmsInitialContextFactory.
- In the JNDI Properties field, enter datasource=jdbc/lswdbDfdDS.
- Click Save.
- Configure the destination.
- Click DfdForeignServer that you created in step 3.
- Click the Destinations tab.
- Click New.
- In the Name field, enter DfdForeignDestination.
- In the Local JNDI Name field, enter aq-jms/DataFlowAQ.
- In the Remote JNDI Name field, enter Queues/CDR_HEALTH_METRICS_Q.
- Click OK.
- Configure the connection factory.
- Click DfdForeignServer that you created in step 4.
- Click the Connection Factories tab.
- Click New.
- In the Name field, enter DataFlowConnectionFactory.
- In the Local JNDI Name field, enter aq-jms/DataFlowConnectionFactory.
- In the Remote JNDI Name field, enter ConnectionFactory.
- Click OK.
- Configure the maximum thread constraint for the work manager.
- Navigate to DMWDomain > Environment > Work Managers.
- Click New.
- Select the Maximum Threads Constraint option.
- Click Next.
- In the Name field, enter DfdMaxThreadsConstraint.
- In the Count field, enter 20.
- Click Next.
- From the list of Targets check boxes, select the target server that you had configured for the "lswdbDfdDS" data source.
- Click Finish.
- Configure the work manager.
- Navigate to DMWDomain > Environment > Work Managers.
- Click New.
- Select the Work Manager option.
- Click Next.
- In the Name field, enter DfdWorkManager.
- Click Next.
- Select the required server check box.
- Click Finish.
- Click DfdWorkManager.
- From the Maximum Threads Constraint drop-down, select DfdMaxThreadsConstraint that you created in step 6.
- Click Save.
Parent topic: Configure the WebLogic JMS Resources