How to fix the Oracle error JMS-00238: Illegal attempt to recover on a transacted JMS Session?
In this post, you’ll learn more about the Oracle ErrorJMS-00238: Illegal attempt to recover on a transacted JMS Session with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
JMS-00238: Illegal attempt to recover on a transacted JMS Session
Reason for the Error JMS-00238: Illegal attempt to recover on a transacted JMS Session
Cause: Illegal attempt to invoke the recover method on a transacted JMS Session
How to fix the Error JMS-00238: Illegal attempt to recover on a transacted JMS Session ?
You can fix this error in Oracle by following the below steps
Action: Use rollback method instead of recover method on transacted JMS session.
Leave Your Comment