Generated Files Configuring Oracle JMS Adapter

8-20 Oracle Fusion Middleware Users Guide for Technology Adapters nameUsernamename valuevalue property property namePasswordname valuevalue property properties connection-properties connection-instance Note that you can also create a new connection by using the Oracle WebLogic Server Administration Console. Creating a New Connection by Using the Oracle WebLogic Server Administration Console The following are the steps for creating a new connection by using the Oracle WebLogic Server Administration Console: 1. Navigate to the Oracle WebLogic Server Administration Console: http:servername:portnumberconsole. 2. Use the required credentials to open the Home page of the Oracle WebLogic Server Administration Console. The Home page of the Oracle WebLogic Server Administration Console is displayed.

3. Select Deployments in the Domain Structure pane.

The Oracle WebLogic Server Administration Console - Summary of Deployments page is displayed.

4. Under Deployments, click any JMS adapter that you have deployed. For example,

click JmsAdapter. The Oracle WebLogic Server Administration Console - Settings for JmsAdapter page is displayed.

5. Click the Configuration tab, and then click the Outbound Connection Pools tab.

The Outbound Connection Pool Configuration Table is displayed.

6. Click Next.

The Create a New Outbound Connection page is displayed.

7. Select the default outbound connection group, and then click Next.

8. Click Next.

9. In the JNDI Name field, enter the JNDI name that you want to use to obtain the

new connection instance. For example, eiswlsQueue. Note that you can specify any name for the JNDI field. However, you must ensure that you use the same JNDI name while defining the consume or produce operation parameters in JDeveloper.

10. Click Finish.

The Save Deployment Plan Assistant page is displayed. The configuration changes that you made must be stored in a new deployment plan. Oracle JCA Adapter for JMS 8-21

11. In the Path field, select or enter the path of a deployment plan file. The path must

end with .xml.

12. Click OK.

You have created a new connection. After you have done this, you must verify whether the properties you have created are correct.

13. In the Settings for JmsAdapter page, click the Configuration tab, and then click

the Properties tab. The connection that you created is listed in this page. Verify whether this value is correct. For example, if you are connecting to a third-party JMS server, then ensure that the Connection Factory Location field has the correct value applicable for a third-party JMS server.

14. Click Save.

8.4.1.4.1 Adding a Third-Party JMS Provider

You can specify that the adapter uses a third-party JMS Provider for non-Web Logic Server JMS and non-AQJMS connection instances, by supplying a value to the FactoryProperties parameter in the weblogic-ra.xml file. Specifically, you can provide the ThirdPartyJMSProvider value to the FactoryProperties parameter. This