MSAMM
Back to course

Oracle Integration Cloud: Building Integrations That Survive Production · Module 4 · The Fusion adapter in depth

Subscribing to a business event

Lesson 36 of 175 · 2 min

Letting Fusion tell OIC something happened, rather than OIC asking every five minutes. The subscription is configuration: choose the event, and the integration is triggered when Fusion publishes it. The payload is typically small — what happened and which record — and the usual pattern is to call back for the detail, which keeps the event light and means you read the current state rather than a snapshot. THE EVENTS THAT EXIST BUT NEVER FIRE IN A GIVEN CONFIGURATION are the trap, and they are the reason this is a lesson rather than a paragraph. An event may be published only when a specific feature is enabled, only for certain document types, or only where the business process actually reaches that state. The subscription is valid, the integration is activated, and nothing ever arrives. Nothing about that looks like a failure. No error, no failed instance, no alert — just

The full lesson is part of the course

The video, the complete written lesson and the module quiz are included in Oracle Integration Cloud: Building Integrations That Survive Production, with a certificate on completion and a fourteen-day refund window.

Get the free lessons by email

We will email you a link to every free lesson in this course. No account needed, and one message only.

In this module: Module 4 · The Fusion adapter in depth

  1. 1What the Fusion adapter gives you
  2. 2Browsing the catalogue
  3. 3Business objects versus services
  4. 4Subscribing to a business event
  5. 5The service account and its roles
  6. 6Bulk operations and the file route
  7. 7Callbacks and long-running operations
  8. 8ERP integration patterns
  9. 9Reading a Fusion fault
  10. 10Surviving a Fusion quarterly update
  11. 11What breaks: five Fusion adapter failures
  12. 12Lab briefing · Read and write Fusion from OIC