A.1.1.2 AQ Topology
The following describes the AQ topology that supports the Saga
framework. This information is available in the
DBA_SAGA_PARTICIPANTS
dictionary view. For the following
example, let us assume that the broker named TestBroker is created on the Broker
PDB.
Entity Name | Queue Name | Description |
---|---|---|
TestBroker |
|
This queue represents the In/Out queue for a Saga broker. This queue is connected to other queues using AQ propagation. |
TravelAgency |
|
The initiator’s IN queue stores incoming participant responses. |
|
The initiator’s OUT queue stores outgoing request messages. |
|
TACoordinator |
|
For notification, use:
The coordinator’s IN queue stores incoming acknowledgements and finalization status messages. |
|
The coordinator’s OUT queue stores outgoing acknowledgments and finalization requests. |
|
Airline |
|
The participant’s IN queue stores the incoming payload requests and acknowledgments. |
|
The participant’s OUT queue stores the outbound messages bound to both initiators and coordinators. |