Hi All,
Today i am going to explain how to insert data in JMS queue using OSB business WS, this business WS will be called from other OSB proxy WS.
In my case implementation, OSB proxy WS call a BPEL WS using SOA-DIRECT, in BPEL end DIRECT BINDING is used so OSB WS can call this WS using soa-direct.
In this case, when BPEL WS will be down or BPEL server is down, the OSB WS proxy request data will be stored in a queue, and later a polling WS will read that data from JMS queue and will perform the task for the data.
Implemenation:
1 Business service for JMS queue
1 Business service for BPEL
1 Proxy WS.
Configuration Business service for JMS queue:





Proxy WS:

Now here we comes with the configuration of JMS queue over the server, whose IP and Port we mapped in the business service.
Create persistent store with DB or file.







Comments
Post a Comment