Skip to content

Commit 93f848d

Browse files
Merge pull request #157 from oracle-devrel/sdubranch-3
Sdubranch 3
2 parents 732f82a + 0244b25 commit 93f848d

13 files changed

+1440
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# AQ-TEQ
2+
3+
Advanced Queing (AQ) has been there forever in the database. The database engine itself relies on AQ for internal management.
4+
Transactional Event Queue (TEQ) is AQ last evolution, starting with 21c.
5+
6+
## Useful Links
7+
8+
- [Oracle Advanced queing User's guide 19c](https://docs.oracle.com/en/database/oracle/oracle-database/19/adque/#Oracle%C2%AE-Database)
9+
- [Transactional Event Queues and Advanced Queuing User's Guide 21c](https://docs.oracle.com/en/database/oracle/oracle-database/21/adque/#Oracle%C2%AE-Database)
10+
- [Database 19c online doc](https://docs.oracle.com/en/database/oracle/oracle-database/19/index.html)
11+
- [Database and Cloud Technology Blogs](https://blogs.oracle.com/coretec/category/crt-english-content)
12+
13+
14+
## Livelabs Workshops
15+
16+
- [Get started with Oracle AQ and Oracle TEQ events and messaging](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=1016&clear=RR,180&session=904969734537)
17+
18+
## Demo
19+
20+
This demo was designed and delivered to a real customer. It highlights how to setup and use AQ with the PL/SQL API.
21+
22+
# License
23+
24+
Copyright (c) 2023 Oracle and/or its affiliates.
25+
26+
Licensed under the Universal Permissive License (UPL), Version 1.0.
27+
28+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

0 commit comments

Comments
 (0)