Integration Patterns – Publish/Subscribe (Part1) by Daniel Martins Teixeira
April 4, 2020 Leave a comment
Broadcasting, Publish/Subscribe, Distributed Messaging, One-to-many, these are just some of the names referring to the same integration pattern, which is one of the most powerful available for connecting multiple systems.
In a nutshell, this pattern is about:
- Source System publishes a message
- Target Systems subscribe to receiving that message
This enables the propagation of that message into all the target systems that subscribe to it, as illustrated in the below picture.
This pattern is not new, in fact, it’s been around for decades. It powered distributed systems with its inherent loose coupling and independence. Publishers and subscribers are loosely coupled which allows for the systems to run independently of each other. In the traditional client-server architecture, a client cannot send a message to a server that is offline. In the Pub/Sub model, message delivered is not conditioned by the server availability. Read the complete article here.
For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.
Blog
Twitter
LinkedIn
Facebook
Wiki
Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress