1 Haziran 2023 Perşembe

Transactional Event Queues

Oracle Advanced Queuing (or AQ) vs Transactional Event Queues
Açıklaması şöyle
Oracle Database has had queueing for many years (since Oracle 8). The older implementation was (and still is) called Oracle Advanced Queuing (or AQ). TxEventQ is a newer implementation that is optimized for much higher throughput and lower latency, and it provides transactional semantics (hence the name). There are clients in all common languages, and you can set up propagation between databases, even across long distances.
Kafka APIs for Transactional Event Queues
Oracle Database 23c Free ile geliyor. Açıklaması şöyle
It has three main parts:

1. The ability for Java applications written using the Kafka API for Java to use the Oracle Database as a Kafka broker,
2. The ability for the Oracle Database to provide Kafka REST APIs, and
3. Connectors that allow the propagation of events between Kafka and the Oracle Datbase, and vice versa.
Şeklen şöyle



Oracle Advanced Queuing

Giriş
Açıklaması şöyle.  Oracle Advanced Queuing yerine Transactional Event Queues kullanılabilir
Oracle Database has had queueing for many years (since Oracle 8). The older implementation was (and still is) called Oracle Advanced Queuing (or AQ).