Database - RAC/Scalability (MOSC)

MOSC Banner

Oracle Sharded AQ

I am trying to do a POC on using Oracle Shardes AQ using JMS. I have created a sharded queue using DBMS_AQADM.CREATE_SHARDED_QUEUE . Have a Java program using JMS publishing messages to the queue and another Java program listening to the queue and pulling the messages. Both programs are successfully pushing and pulling the messages. However the message count in the AQ is not going down , even though my java program is successfully pulling the messages from the queue. I am using this query to check the count .. select count (*) from TEST_MESSAGE_QUEUE where TEST_MESSAGE_QUEUE

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center