18
Creating the persistent storage to holds the queues or topics . Service-persistent storage

Configuration of jms jndi

Embed Size (px)

Citation preview

Page 1: Configuration of jms jndi

Creating the persistent storage to holds the queues or topics .Service-persistent storage

Page 2: Configuration of jms jndi

The data xsd what ever we are taking from the source it will capture through BPEL and putting the data by using queue and putting in the JMS adapter .to store the information physically what the queue holds we are creating the directory(Physical storage) in persistant file storage.

Page 3: Configuration of jms jndi

Click on OK2) under services JMS MODULE---SOA JMS module -click on

Click on new in this screen

Page 4: Configuration of jms jndi

Click on QUEUE

Click Next

Mention the queue nameAnd JNDI name as JMS/ Queue name.

Page 5: Configuration of jms jndi

Click on NEXTSelect Deployment = SOA Subdeployment.

And Target = SOA JMS Server.

Click on Finish.We will get this screen after the successful creation of queue where we will get our defined queue name as U can see soasolutionqueue

Page 6: Configuration of jms jndi

3)Creation of Connection Factory.

Page 7: Configuration of jms jndi

Select Connectionfactory

Click on NEXT

Page 8: Configuration of jms jndi

Name as soasolutionsCFJndi name as jms/soasolutionsCFClick on NEXT

Page 9: Configuration of jms jndi

4) Now We need to Configure the JMS Adapter in the deployment.Next DeploymentJMS Adapter

Click on JMS AdapterConfiguration-Outbound Connection Pools---

Page 10: Configuration of jms jndi

Click on NEWSelect the option

Page 11: Configuration of jms jndi

Click on FINISH.

Page 12: Configuration of jms jndi

You have to change the plan name as it was using by another object.

D:\oracle\Middleware\Oracle_SOA1\soa\Plan.xml----------Old PathD:\oracle\Middleware\Oracle_SOA1\soa\Plan1.xml------------New Path

No

Showing GREEN as Succesful.No need to do anything.Go to Configuration ----Outbound connection pools ---Check the what we define logical JNDI name.

Page 13: Configuration of jms jndi

Clikc on that eis/queue/demo(This is called logical JNDI name) u will get the below screen.

U need to provide the Connection Factory Location as User name and password.

As Connection Factory Location = jms/soasolutionsCF Username = weblogicPaswword = welcome1You need to press enter after entering all these otherwise it will not append.

Page 14: Configuration of jms jndi

5)Last and Most important Step is you have to update your JMS adapter otherwise the configuration settings wont reflect.

Deployments-JMS Adapter-Check the Check BOX and click on Update.

Page 15: Configuration of jms jndi

Click on Next and Finish.Final Screen will be like this.

This is all about configuration settings for JMS Adapter in Admin Console Level.