JMS Adapter Step 0 : Configuring the WLS-JMS resources

Posted by [email protected] on Oracle Blogs See other posts from Oracle Blogs or by [email protected]
Published on Fri, 07 May 2010 10:21:37 +0000 Indexed on 2010/05/07 11:19 UTC
Read the original article Hit count: 561

Filed under:
Before getting started with the JMS Adapter, we must configure the connection factories/JMS queues on the WLS admin console.

In particular, we will be required to follow these steps

  1. Create a connection factory. In our case, we will create a "XA Connection Factory". This step is mandatory if you need your JMS queues to participate in a global transaction.
  2. Create the WLS JMS Queues

Creating the connection factory:

1) Login to the WLS Admin console. On my setup, the url looks like "http://localhost:7001/console".
2) Select Services -> Messaging -> JMS Modules -> SOAJMSModule as shown below. We can also create a new JMS Module, but, I took the easier way out by selecting the SOAJMSModule.

jmsmodules.jpg

3) Click on "New" as shown in order to create the Connection factory.

newconnectionfactory.jpg


4) Select "Connection Factory" radio button and click "Next".

createconnectionfactory.jpg


5) Enter the Connection Factory properties as shown and click on "Finish".

finishconnectionfactory.jpg

6) Target the connection factory to your managed server and click on "Finish".


targetconnectionfactory.jpg

7) Now, go back and select the Connection Factory that you've just created (see Step 2 above) . Click on "Transactions" and enable XA and click on "Save".
xaconnfactory.jpg


© Oracle Blogs or respective owner