Tagged Questions
The aq tag has no wiki summary.
1
vote
1answer
32 views
Using a NULL pointer with OCIAQDeq()
In the documentation for OCIAQDeq() it states:
The application may choose to pass
NULL for payload the first time
OCIAQDeq() is called, and let the OCI
allocate the memory for the payload.
...
0
votes
0answers
49 views
Oracle AQ - Does the “retention” setting affect queue performance?
Does anybody know of any documentation discussing, or have any personal experience of, whether setting a queue's retention period could be expected to influence the performance of a queue over time?
...
0
votes
0answers
222 views
Does Oracle 11g provide a JNDI service?
I'm going through this document which describes how to configure Oracle AQ as JMS provider in WebLogic. Personally, I'm using WebSphere, but the configuration required by the two app servers is more ...
0
votes
0answers
308 views
Avoiding stale custom objects in Spring object pool?
I am using Spring to pool instances of oracle.AQ.AQSession. After a short time the pool begins to return stale connections and I get connection closed exceptions.
How can I tell Spring to evict ...
0
votes
1answer
223 views
Oracle Streams AQ. session.getQueue throwing AQOracleSQLException: Exhausted Resultset
Using Oracle Streams AQ in a multithreaded/multi-app environment I received an AQOracleSQLException: Exhausted Resultset after about 10 minutes of operation in one thread only.
...