JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Broadcasting Master Index Updates to External Systems     Java CAPS Documentation
search filter icon
search icon

Document Information

Broadcasting Master Index Updates to External Systems

Related Topics

About Oracle Java CAPS Master Index Broadcasts

Creating a JMS Connection Factory

To Create a JMS Connection Factory

Defining the Client Connection to the JMS Topic Using BPEL

Creating the BPEL Project for the Master Index Topic

To Create the BPEL Project

Creating a Web Service Definition for the JMS Binding Component

To Create the JMS Web Service Definition

Creating a Web Service Definition for the File Binding Component

To Create the File Web Service Definition

Creating a BPEL Process to Access the Master Index Topic

To Create the BPEL Process

To Create Partner Links

To Create a Receive Activity

To Create an Invoke Activity

To Create an Assign Activity

Creating a Composite Application for Master Index Broadcasts

To Create the Composite Application

Testing the Master Index Broadcast Configuration

To Test the Master Index Broadcast Configuration

Sample Master Index Broadcast Message

Creating a JMS Connection Factory

In order to use a Topic with a master index application, you need to create a JMS connection factory using the application server Admin Console. Creating the connection factory automatically creates a connector connection pool and resource for the factory. The connection factory must have the name jms/ApplicationNameOutBoundSender.

To Create a JMS Connection Factory

Before You Begin

Make sure the application server is running.

  1. Launch the application server Admin Console.
  2. In the left panel of the Admin Console, expand Resources, expand JMS Resources, and then expand Connection Factories.

    The JMS Connection Factories page appears.

  3. In the Connection Factories table, click New.

    The New JMS Connection Factory page appears.

  4. Enter the JNDI name for the connection factory in the following format:
    jms/ApplicationNameOutBoundSender

    Where ApplicationName is the name of the master index application whose updates are being broadcast. Note that this name is case sensitive. The application name must match the case of the actual master index application, and the suffix “OutBoundSender” must be capitalized as shown.

  5. In the Resource Type field, select javax.jms.TopicConnectionFactory.
  6. Click OK.
    image:Figure shows the New JMS Connection Factory page of the Admin Console.
  7. Continue to Defining the Client Connection to the JMS Topic Using BPEL.