RKR
RKR

Reputation: 11

How to use oracle advanced queue(OAQ) with node js

How to use oracle advanced queue(OAQ) with node js?

How to pull messages from oracle advanced queue(AQ) using node.js.

Upvotes: 1

Views: 384

Answers (1)

Dan McGhan
Dan McGhan

Reputation: 4659

See this new section of the doc which covers using AQ: https://oracle.github.io/node-oracledb/doc/api.html#-23-advanced-queuing-aq There are plans to add native support for certain queuing operations, but a little PL/SQL can get things working for now.

Upvotes: 1

Related Questions