Home
Reviews
SOA Integration
This tutorial is part of a SOA Integration tutorial series. Read it from the beginning and learn yourself.
Reviews
SOA IntegrationSOA Integration - Implementing the Process Integration Business Pattern
Author: Packt Publishing Published on: 29th Dec 2010
In the scenario shown in the following diagram, the process integration business pattern is implemented using BPEL.
Ads

Trigger:
An application places a message in the queue.
Primary flow:
- The message is extracted from the queue through JMS and a corresponding JMS adapter.
. - A new instance of the BPEL integration process is started and the message is passed to the instance as input.
. - The integration process orchestrates the integration and calls the systems that are to be integrated in the correct order.
. - A content-based router in the mediation layer is responsible for ensuring that the correct one of the two systems is called. However, from a process perspective, this is only one stage of the integration.
. - In the final step, a “native” integration of an EJB session bean is carried out using an EJB adapter.
SOA Integration
- Service-Oriented Architecture - An Integration Blueprint
- SOA Integration - Integration Architecture Blueprint
- SOA Integration - Structuring the Integration Blueprint
- SOA Integration - 4 Implementation Scenarios
- SOA Integration - Implementing the Process Integration Business Pattern
- SOA Integration - Variant with Externalized Business Rules
- SOA Integration - Variant with Batch-Driven Integration Process
- SOA Integration - Implementing the Workflow Business Pattern
- SOA Integration - Modernizing an Integration Solution
- SOA Integration - Sending New Orders
- SOA Integration - Evaluation of the Existing Solution
- SOA Integration - Modernizing







