Oracle® Retail Integration Bus Implementation Guide
Release 13.0
  Go To Table Of Contents
Contents

Previous
Previous
 
 

10 External Systems and Integration

The RIB almost always becomes one of many sub-systems in a retailer's integration architecture. This means that there has to be strategy and a plan to integrate with these systems. The RIB Integration Guide provides the functional details on the message structure and payload contents that are used by the Oracle Retail applications to communicated with each other. Typically these same integration points are the ones that are needed in data movement between existing (legacy) applications and Oracle Retail applications such as RMS. The RIB exposes these points of integration as JMS topics and standard messages with xsd-based payloads.

See the RIB Integration Guide for more information.

The RIB is not the solution for all data movement between legacy applications and Oracle Retail applications. It is important to understand that it is a messaging system, not a bulk data transfer mechanism. It is not the appropriate solution for moving huge amounts of data in short time periods. It is a near real-time messaging system and the through put requirements may not match the volumes demanded by some integration points or business requirements.

Understanding the integration points and the volumes needed per hour and per day must be part of the decision on when to use the RIB and when to consider other options. The RIB has been designed to handle Oracle Retail volumes between its applications.

Integration with Fusion Middleware

The RIB certified on the Oracle Fusion Middleware Application Server. All of the RIB publishers, subscribers and TAFR's are JavaEE standard components (EJBs and MDBs) that are deployed and managed by the Oracle Application Server in OC4J instances. This means that the RIB can be deployed into an existing Fusion Middleware architecture without any changes.

All RIB message payloads are fully standard compliant XSD based. All of the XML payloads are namespace aware and follow the general standards as well as the conventions that make them compatible with other Oracle Fusion products such ESB and BPEL. The payload schema definitions (xsds) are packaged with each release along with sample messages.

The RIB is a standard's based JMS messaging system, with Oracle Streams AQ being the initial JMS providers certified.

The recommended approach for integration between the RIB and Oracle Fusion Middleware products is at the JMS topic level. Any standards compliant tool or product that can interface to the JMS and subscribe and publish messages can be integrated with the RIB.

There are some key functional requirements that an integrating application must follow:

General RIB to Fusion Middleware Architecture

Surrounding text describes fusion.png.

The Oracle Fusion Middleware products, such as ESB and BPEL, use a common JMS Adapter. This adapter can be used to connect to the RIB certified JMS Provider and topics.

The JMS topics that the RIB creates for Publication and Subscription are detailed in the Oracle Retail Integration Guide, along with all of the message payloads for each message family.

The RIB html encodes each message payload and inserts it into the RIB messages envelope. Each message has a JMS user-defined property called threadValue that is required to be set on all in-bound messages. In a multi-channel message flow, the subscriber will need to set the message selector to an appropriate threadValue to maintain message publication sequencing and to be set on the durable subscriber created on the RIB JMS topic.

The xml schema definitions for the payloads and the RIB Messages envelopes are packaged and shipped with the RIB.

See the RIB Integration Guide for more information.

The RIB JMS topic names and the message flows between the RIB adapters for each of the Oracle Retail applications are defined in the rib-integration-flows.xml file. This file is the single source of truth that the RIB release uses at configuration and run-time. It is required to be accessible within each RIB deployment: http://<server>:<port>/rib-func-artifact/rib-integration-flows.xml. During installation and configuration this file is deployed as part of the functional artifact war file.

The general process for custom integration with the RIB: