user10900187
user10900187

Reputation: 21

Pull messages from Oracle AQ using node js

How do I pull/push messages from/to Oracle Advanced Queue(OAQ) using nodejs ?

Upvotes: 1

Views: 708

Answers (1)

Christopher Jones
Christopher Jones

Reputation: 10566

Update: Native support for AQ queues is now available in node-oracledb 4.0. The API is discussed in the documentation https://oracle.github.io/node-oracledb/doc/api.html#aq

Upvotes: 2

Related Questions