| Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components | |
| Close Print View | |
| Configuring: About Sun Master Index Broadcasts |
|
Configuring Java CAPS for SSL Support
Configuring Java CAPS Business Processes
Configuring Environment Components for the Sun Business Process Manager
Configuring Sun Master Indexes (Repository)
Configuring Java CAPS Project Components for Application Adapters
Configuring Java CAPS Project Components for Communication Adapters
Configuring Java CAPS Project Components for Database Adapters
Configuring Java CAPS Project Components for Web Server Adapters
Configuring Java CAPS Environment Components for Application Adapters
Configuring Java CAPS Environment Components for Communications Adapters
Configuring Java CAPS Environment Components for Database Adapters
Configuring Java CAPS Environment Components for Web Server Adapters
Configuring SAP R/3 for the SAP BAPI Adapter
Configuring Secure Network Communications for SAP
Configuring Siebel EAI Workflows
Importing an SNA Custom Handshake Class
Configuring WebLogic for Asynchronous Communication
Configuring Master Index (Repository) Connectivity and Environments
Related Topics for Sun Adapter for Batch/FTP
Broadcasting Master Index Updates to External Systems
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
Creating a Web Service Definition for the JMS Binding Component
Creating a Web Service Definition for the File Binding Component
Creating a BPEL Process to Access the Master Index Topic
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
A master index application can be configured to broadcast any updates made to the database to the external systems that share data with the master index application. These updates can be a result of messages sent in from external systems or of changes made directly through the Master Index Data Manager (MIDM). Configuring the master index application to broadcast updates provides external systems with access to the most current and accurate information about the entities being indexed. Note that the external systems must be capable of accepting incoming messages in order to receive the broadcasts.
Sun Master Index uses a JMS Topic to broadcast updates. A JMS
Topic is a JMS provider that uses publish and subscribe messaging. This means
that a single publisher broadcasts messages to multiple subscribers, ensuring that all subscribers receive
the messages. The update message are created in XML format; the schema file
that defines the structure of the message is generated when you generate the
master index application files. It is located at NetBeansProjects/ProjectName/files-generated/outbound.xsd.
To set up a master index application to broadcast updates to external systems, you need to create a connection factory, which is used to connect to the Topic. Once the factory is created, you can define a BPEL process or other JMS client to subscribe to the Topic for each external system. This document provides instructions for using a BPEL process.
Follow these steps in the order given to configure a master index application to broadcast update messages:
Tip - Before you begin these steps make sure the master index application has been generated and deployed, and make sure the application server and database are running.