-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't set recipient_list in the Advanced Queue #1326
Comments
Is this some JMS-ish queue? |
i think no but i don't sure. This is oracle advanced queue (pl/sql). |
Details matter! |
@cjbj i don't use JMS queue, only advanced queuing (AQ). |
As discussed on Slack, how was the queue created? |
Marking as an enhancement so this doesn't get auto closed without investigation. It's not clear if driver changes can or need to be made, but I'd like to know. |
An update: the AQ team have looked at this. Some driver layer changes would be needed. I'll leave this open until they can be scheduled. |
Support for this was just merged to the main branch. See https://oracle.github.io/node-oracledb/INSTALL.html#githubtags for how to build it. |
node-oracledb 5.5 contains this patch. |
Hi! I'm using node-oracle 4.2.0 version.
I'm trying put the message in the queue using .enqOne() method. But oracle return error (Error: ORA-24033: no recipients for message). How can i set recipients for my message?
https://gist.github.com/MaximKokovin/2c4cceaaedc43a2fb1f1e1f27c6eaaaf
This sql-script add message to the queue
https://gist.github.com/MaximKokovin/28462546ccb72555ef5eb3750c371c6e
The text was updated successfully, but these errors were encountered: