Top "Oracle-aq" questions

Oracle Advanced Queuing (OracleAQ) provides database-integrated message queuing functionality.

How to clear a queue in Oracle AQ

I've been testing Oracle AQ for the first time. I have managed to create 2000 rows of test inserts into the …

oracle queue jms oracle-aq
Where to get Oracle jar files for 11.2.0.3 - xdb, aq, i18n, xmlparser

I'm trying to update a legacy Java application to be compatible with Oracle 11g version 11.2.0.3. The application was running on …

java jdbc oracle11g oracle-aq oracle-xdk
Start oracle dequeue on startup

I got the following error of Oracle, ORA-25226: dequeue failed, queue string.string is not enabled for dequeue And the …

database oracle oracle-aq
How to enqueue a JMS message into Oracle AQ using Java

I have an Oracle AQ with the queue type of SYS.AQ$_JMS_TEXT_MESSAGE. What I'm trying to do …

java jms oracle-aq
Writing messages with Spring JmsTemplate using a TransactionManager

Using Spring-JMS it is possible to receive messages within an external transaction context via the DefaultMessageListenerContainer. However the only documented …

java spring oracle-aq spring-jms
How to stop & start a queue in Oracle AQ

What are the commands that I have to use to STOP or START an Oracle AQ Queue? I need to …

plsql oracle-aq
How to delete (drop) an Oracle AQ queue?

I wish to drop an Oracle AQ queue and the table associated with it. What are the commands needed to …

plsql oracle-aq
Oracle Advance Queue - Dequeue not working

I can't seem to find the solution to my problem, I've been stuck at this for hours. I'm usings Oracle …

oracle plsql oracle-aq
How to implement an Oracle AQ queue in Spring Boot?

I already found out how to create an Oracle database with AQ (Streams?) packages. I also created some queue's in …

java spring jms oracle-aq advanced-queuing
oracle trigger execute DBMS_AQ gets insufficient privilege error

I am using oracle 11.2. Database users: AQADM : user owns queues, and has AQ_ADMINISTRATOR_ROLE SCOTT : jms user, has following …

oracle11g oracle-aq