How to fix the Oracle error JMS-00124: Invalid Dequeue mode?
In this post, you’ll learn more about the Oracle ErrorJMS-00124: Invalid Dequeue mode with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
JMS-00124: Invalid Dequeue mode
Reason for the Error JMS-00124: Invalid Dequeue mode
Cause: Invalid dequeue mode was specified
How to fix the Error JMS-00124: Invalid Dequeue mode ?
You can fix this error in Oracle by following the below steps
Action: Valid Dequeue modes are AQConstants.DEQUEUE_BROWSE, AQConstants.DEQUEUE_REMOVE, AQConstants.DEQUEUE_LOCKED, AQConstants.DEQUEUE_REMOVE_NODATA
Leave Your Comment