Thursday, August 25, 2011

Create Distributed Queue in Oracle SOA 11g


Step1: Create the queues as the members of the distributed queue.
Assume there are 3 JMS server: SOAJMSServer_auto_2, SOAJMSServer_auto_3 and SOAJMSServer_auto_4.
Create 3 queues namely: qContentProvider1-2, qContentProvider1-3 and qContentProvider1-4. These queues are respectively targeted to the above 3 JMS servers.
Step2: Create the distributed queue.
Create the distributed queue: dist_ContentProvider1Queue in which the 3 queues created in Step1 are the members respectively.

No comments:

Post a Comment