Access enqueue_time in AQ messages
- Describe your new request in detail
I need to access enqueue_time. AdvancedQueueMessage<T> only has a delay property, but it is always 0 for some reason. In the java libs we have AQMessageProperty.getEnqueueTime().
- Give supporting information about tools and operating systems. Give relevant product version numbers
Using nodejs 23, windows 11
If I read python-oracledb correctly, this is exposed via ODPI-C as dpiMsgProps_getEnqTime, so exposing the functionality in node-oracledb would not be a huge effort.
This will be available in the next release
sorry for the dumb question, but is there an ETA for the next release?
sorry for the dumb question, but is there an ETA for the next release?
"soon".
This attribute is now available in node-oracledb 6.9. @lordvlad Please confirm if you are able to use the enqTime property.
Works as advertised 🚀