Configuring JMS Server, JMS Module, JMS Connection Factory and JMS Queue in Weblogic
Hi All,
In this post I am going to show you how you can create the JMS Server, JMS Module, JMS Connection Factory and JMS Queue in Weblogic 10.3.6 server.
First you open the weblogic console by hitting following URL
http://localhost:7001/console
It will ask you for the username and password, provide the username and password whatever you have given at the time of installation of weblogic server.
To go through the installation steps of Weblogic 10.3.5 you can use the following link:
http://www.code4fusion.com/2014/09/step-by-step-installation-of-weblogic.html
The installation of Weblogic 10.3.6 is completely similar to the Weblogic 10.3.5.
Now after login into the weblogic server go to the location "Services - Messaging - JMS Server" as shown below and click on "New".
In the next screen provide the JMS server name and click on next.
In the next screen just specify the target serer and click on Finish.
Now your JMS server is created. Now we need to create JMS Module, Queue and ConnectionFactory.
To create JMS Module go to following path "Services - Messaging - JMS Module". Then you will get the following screen.
Now click on "New" button. The specify the name of JMS System Module as shown below:
Now on next screen specify the Target server and click on Next.
Click on Finish.
Now select the newly created JMS Server Module and click on it.
Select the option "Connection Factory" and click on next.
Now give the Name and JNDI name for the connection factory and click on next.
Now verify the target, it should be the Admin Server. Then click on Finish.
Now We need to create the JMS Queue. For creating the JMS Queue, Click on New button inside System Module.
This time select "Queue" from the radio button.
Specify the Name and JNDI name according to your choice and click on Next.
Click on "Create New Subdeployment"
Provide the subdeployment name and click on "OK" button.
Now select the target as JMSServer-1 and click on Finish.
Happy Coding :)
In this post I am going to show you how you can create the JMS Server, JMS Module, JMS Connection Factory and JMS Queue in Weblogic 10.3.6 server.
First you open the weblogic console by hitting following URL
http://localhost:7001/console
It will ask you for the username and password, provide the username and password whatever you have given at the time of installation of weblogic server.
To go through the installation steps of Weblogic 10.3.5 you can use the following link:
http://www.code4fusion.com/2014/09/step-by-step-installation-of-weblogic.html
The installation of Weblogic 10.3.6 is completely similar to the Weblogic 10.3.5.
Now after login into the weblogic server go to the location "Services - Messaging - JMS Server" as shown below and click on "New".
In the next screen provide the JMS server name and click on next.
In the next screen just specify the target serer and click on Finish.
Now your JMS server is created. Now we need to create JMS Module, Queue and ConnectionFactory.
To create JMS Module go to following path "Services - Messaging - JMS Module". Then you will get the following screen.
Now on next screen specify the Target server and click on Next.
Click on Finish.
Now select the newly created JMS Server Module and click on it.
Select the option "Connection Factory" and click on next.
Now give the Name and JNDI name for the connection factory and click on next.
Now verify the target, it should be the Admin Server. Then click on Finish.
Now We need to create the JMS Queue. For creating the JMS Queue, Click on New button inside System Module.
This time select "Queue" from the radio button.
Specify the Name and JNDI name according to your choice and click on Next.
Click on "Create New Subdeployment"
Provide the subdeployment name and click on "OK" button.
Now select the target as JMSServer-1 and click on Finish.
Happy Coding :)
Comments
Post a Comment