Oracle has recently introduced a new feature called Event in Oracle integration generation-3 which is equivalent to the Publisher and Subscriber model of Oracle integration generation-2.
What is event?| what is oracle integration events? | Restrictions?
- Events are raised when something happens in the system such as employee onboarded, Order created etc. Once the events are published, multiple applications can subscribe to the events
- Starting OIC version 23.06 introduced this event concept.
- Support only JSON payload.
- The publish and subscribe feature enable us to decouple producers and subscribers.
- A maximum of 20 subacribers can subscribe to events per service instance.
Steps to follow:
- Define event and Payload (Only JSON and xml schema supported)
- Create Publish Integrations
- Create Subscribe integrations
Create event:
No comments:
Post a Comment