What are the Different Types of Integration Pattern available in Oracle Integration Cloud Services

Once you subscribe to Oracle Integration cloud services, you will have access to different sorts of integration patterns. This Integration pattern enables you to build integration faster in an efficient way, rather than creating an integration application from scratch and building it.   

So let's discuss what are those integration patterns and how to use them


App Driven Orchestration


App Driven Orchestration pattern is a multi-step pattern, allows invoking multiple applications in a single flow, doing a for-each loop, if-else logic, apply complex logic, etc.




Scheduled Orchestration

 Scheduled Orchestration pattern allows you to develop an integration that can run on the pre-defined frequency and can be executed on an ad-hoc basis






File Transfer

File Transfer pattern allows moving files across network seamlessly and securely. This is again a scheduled type of pattern.




















Basic Routing

Basic Routing Integration is created initially with empty Trigger and Invoke connections. This design is adopted with the use case, when we have a requirement of integrating business entity of one system to another, with their mapping data structure for request and Response.

We can create only SINGLE routing expressions in Basic Routing integration. In case we have a requirement for creating multiple routing expressions, we should use the Orchestration Design pattern.




















Publish to OIC

Publish to OIC pattern allows publishing messages to OIC internal messaging queues. For example, an event is subscribed from Oracle Sales Cloud and Publish the same into Oracle Integration Cloud messaging queue.



















Subscribe to OIC
 
Subscribe To OIC pattern subscribe messages from Oracle Integration Cloud messaging queue and sends the same to different applications

















These queues  are managed by OIC itself and you don’t have access to them


Comments

Popular posts from this blog

REST integration built-in OIC to read Large files with size more than 10MB

Basic Concepts of OAF (Oracle Applications FrameWork )