-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
Using Oracle Advanced Queuing with go-ora #365
Comments
I will see code first and inform you |
I make simple implementation for AQ in go-ora/dbms please see if it need more modification before release |
That seems like a good start. Thanks @sijms! In my projects I use
I suspect that godror (via ODPI and OCI) accesses OracleAQ at a lower level than DBMS_AQ. Just out of interest... Do you think it might be possible to replace the "simple implementation" with code that doesn't rely on PL/SQL? If it's possible, would it be worth doing? |
I've been using |
sorry I am updating documentation |
Hi! Thank you for such examples, but if i want to get for example 1000 events from AQ process them and if all ok - dequeue it, if something happens - able to read it again from aq? |
@sijms can you share some info for me? |
I'm about to migrate a project (from godror to go-ora) that currently uses godror's NewQueue and Dequeue functions.
Do you have any plans to implement equivalent API functions in go-ora?
(I'm aware that I can already get what I need via PL/SQL, but native go-ora API functions would be really nice :-) ).
The text was updated successfully, but these errors were encountered: