JMS Adapter Configuration
We can create JMS Adapter Configuration using the weblogic server console just open http://localhost:7001/console to start the weblogic server and Login
For JMS Adapter Configuration we have three steps
1. JMS Queue
2. Connection Factory
3. Connection Pool
1.JMS Queue
In the weblogic console on the left side expand Services >> Messaging >> JML Modules
Just Click on JMS Modules
Click on SOAJMSModule
Click on New
Select the radio button on Queue
Click Next
Just Enter the Name in the Name field JMSConfigQueue and JNDI Name as JMS/JMSConfigQueue.
Click on Next
In the Subdeployments list items select the SOASubDeployment
In the JMS Server list select SOAJMSServer
Just Click on Finish.
Now JMS Queue was created successfully
Step2: Connection Factory
Left side click on JMS Modules
Click on SOAJMSModule
Click on New
Select the Connection Factory
Click on Next
Enter the Name in the field as configCF and JNDI Name as jms/configCF
Click on Next
Click on Finish
Now completed the queue and connection factory you can see in the Summary of Resources Table
Step-3: Now give the connection pool
on left side click on Deployments
Click on JMSAdapter (don't check the checkbox)
Click on the configuration tab and then the Outbound Connection Pools tab
Click on New
Select the oracle.tip.adapter.jms.IJmsConnectionFactory factory.
Click on Next
Enter eis/Queue/config
Select the the folder where plan.xml is saved
Click on OK and save
Now back to the Deployments
click on the JMSAdapter
click on the configuration and outbound connection pools
Expand oracle.tip.adapter.jms.IJmsConnectionFactory
Click on eis/Queue/config
Select ConnectionFactoryLocation on right side of text field and just enter jms/configCF and enter
Click on Save
Now go back to Deployments in the left side
Select the checkbox of JMSAdapter
Click on Update on the top
Select the Redeploy this application using the following deployment files:
Click on Next
Click on Finish
No comments:
Post a Comment