How to fix the Oracle error JMS-00196: Cannot have more than one open QueueBrowser for the same destination on a JMS Session?
In this post, you’ll learn more about the Oracle ErrorJMS-00196: Cannot have more than one open QueueBrowser for the same destination on a JMS Session with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
JMS-00196: Cannot have more than one open QueueBrowser for the same destination on a JMS Session
Reason for the Error JMS-00196: Cannot have more than one open QueueBrowser for the same destination on a JMS Session
Cause: There is already an open QueueBrowser for this queue on this session
How to fix the Error JMS-00196: Cannot have more than one open QueueBrowser for the same destination on a JMS Session ?
You can fix this error in Oracle by following the below steps
Action: There cannot be more than one queue browser for the same queue in a particular session. Close the existing QueueBrowser and then open a new one
Leave Your Comment