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: 591
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
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.
3) Click on "New" as shown in order to create the Connection factory.
5) Enter the Connection Factory properties as shown and click on "Finish".
6) Target the connection factory to your managed server and click on "Finish".
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".
In particular, we will be required to follow these steps
- 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.
- 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.
3) Click on "New" as shown in order to create the Connection factory.
4) Select "Connection Factory" radio button and click "Next".
5) Enter the Connection Factory properties as shown and click on "Finish".
6) Target the connection factory to your managed server and click on "Finish".
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".
© Oracle Blogs or respective owner