RIForOutbound Reference Implementation Overview

The RIForOutbound reference implementation is an example of how you can use JD Edwards EnterpriseOne to send event notifications to third-party systems.

JD Edwards EnterpriseOne sends event notifications as JMS messages through JMS Queue and JMS Topic. The JD Edwards EnterpriseOne Transaction Server is the primary business event system for publishing guaranteed event notifications. When a transaction occurs in JD Edwards EnterpriseOne, the Transaction Server retrieves the data based on event configuration, converts the data to a properly formatted XML document, and routes the event to the JMS Queue or JMS Topic subscriber that are configured on a server accessible to orchestration systems. Any orchestration system that can read from JMS Queues and JMS Topics can consume these event notifications from JD Edwards EnterpriseOne.

To use this reference implementation, you must use the BPEL or ESB orchestration systems. JMS Queue and JMS Topic must be configured on an application server that is accessible to both the JD Edwards EnterpriseOne Transaction Server and the BPEL or ESB server. The application server can be on the same machine as the BPEL or ESB server.