How to fix the Oracle error JMS-00443: IMMEDIATE visibility mode not supported for this queue/topic?
In this post, you’ll learn more about the Oracle ErrorJMS-00443: IMMEDIATE visibility mode not supported for this queue/topic with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
JMS-00443: IMMEDIATE visibility mode not supported for this queue/topic
Reason for the Error JMS-00443: IMMEDIATE visibility mode not supported for this queue/topic
Cause: IMMEDIATE visibility mode not supported for JMS type queue/topic
How to fix the Error JMS-00443: IMMEDIATE visibility mode not supported for this queue/topic ?
You can fix this error in Oracle by following the below steps
Action: Use ON_COMMIT or the default visibility mode for JMS type queue/topic
Leave Your Comment