Oracle Weblogic Server (MOSC)

MOSC Banner

Unable to dequeue message in Oracle AQ from JMS MDB in weblogic

Hi,

We are trying to dequeue messages in an Oracle AQ Queue(multi-consumer enabled) from JMS MDB in weblogic. The MDB recognizes the messages using onMessages but never dequeues the message from oracle AQ

Gave couple  of prints in java code to understand where  is it stuck. Everytime a new message is placed, its stuck in the dequeue.

Message found in Queue

Successful getQueueTableJMSPOCQUEUETABLE

Successful getQueueJMSPOCUSERQUEUE

CONTROL - I am from dequeueMessage, before performing dequeue

Below is my dequeue code, where it is stuck at the queue.dequeue(deq_option) always.

                System.out.println("CONTROL - I am from dequeueMessage, before performing dequeue");

Tagged:

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