-
Notifications
You must be signed in to change notification settings - Fork 43
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
Working with Oracle Advance Queues #52
Comments
It has not been supported yet. |
I added experimental advanced queuing support. See https://www.jiubao.org/rust-oracle/oracle/aq/index.html. Add the following dependency in [dependencies]
oracle = { git = "https://github.com/kubo/rust-oracle", features = ["aq_unstable"] } |
@kubo just a FYI that our AQ development team are finalizing a small ODPI-C enhancement to support AQ recipient lists, which is an option for AQ messaging. |
Wow! This was quick! I will try it as soon as possible to see if it meets our requirements. Thank you all. |
I am looking to hook up the my rust app to oracle database and we use AQ for communication. I can see in the bindings that there are functions for enq/deq and also for subscriptions, but can not find any examples on how to use them or any rust struct in form of a Queue.
Is this not (yet) supported or am I missing something?
The text was updated successfully, but these errors were encountered: