Book Image

Implementing Oracle Integration Cloud Service

Book Image

Implementing Oracle Integration Cloud Service

Overview of this book

Discover how to use ICS to solve your integration needs with this Oracle Cloud book. Written by Oracle ACE Robert and ACE Associate Phil, you?ll learn how to deliver business value using ICS. ? The only guide to Integration Cloud Service on the market ? A comprehensive guide to building successful integrations on ICS ? Features practical examples and handy tools
Table of Contents (21 chapters)
Implementing Oracle Integration Cloud Service
Credits
Foreword
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Stage 2 - reworking to use the pub-sub approach


With the point-to-point integration proven to be working, we can now create a version of the same integration using the pub-sub pattern provided by ICS. We can re-use the existing connectors, and we can jump straight into creating the integrations.

Defining the publication service

So, in the integrations view we can select Create New Integration; however, when the pattern popup is presented, this time we want to select Publish To ICS.

The following table, as before, will guide you through setting up the integration description:

Property

Value

Integration Name

PublishFlightStatusUpdate_Ch3

Identifier

Take default

Version

01.00.0000

Package Name

ics.book.ch3

Description

Makes available flight status update information available to any subscribers.

With the basic integration stuff defined we can now apply the connector. As with the original source, locate the FlightSitRep_Ch3 connector, apply it to the source, and complete...