-
Notifications
You must be signed in to change notification settings - Fork 1.1k
How to fetch message_properties value from Oracle Advanced Queue #1283
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
Comments
Look at aqobject.js. You can edit
If this isn't what you wanted, then please give a runnable testcase that creates a queue, and then enqueues & dequeues a message. |
This is not resolved my issue. Sure I will create the testcase and share it. Actually I am looking like below Functionality is Enqueue happened from PLSQL script with below properties. And Dequeue happened from Node JS application message_properties DBMS_AQ.MESSAGE_PROPERTIES_T In node JS application, i need to find the sender_id value available in Queue table |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not been updated in 28 days. |
I'm having an similar case where I need the |
@lordvlad could you open a new issue so we can track it as an enhancement request? |
Give your database version. 12.2
Also run node and show the output of:
How to get the sender_id(Message_properties) value from Oracle Advanced Queue at the time of dequeue the message
The text was updated successfully, but these errors were encountered: