2 Replies Latest reply on Aug 29, 2001 9:45 PM by tomyeh

    Closing a java:/JmsXA connection before exiting the transact

    tomyeh

      I tried to open and close a Topic connection in the same tranction by use of java:/JmsXA. Upon closing, it throws IllegalStateException: This method is not applicatable in JMS resource adapter.

      Cannot I close a Topic connection before exiting the transaction (as we usually did for JDBC connection)?