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