Broadcasting Master Index Updates to External Systems

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.

ProcedureTo 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.

  7. Continue to Defining the Client Connection to the JMS Topic Using BPEL.