1 Reply Latest reply on Feb 18, 2004 5:36 AM by adrian.brock

    when to close TopicSession in a XA transaction

      I have a EJB method. This transaction is managed by the container. This method calls a database and invokes the JMS. Inside the method, I obtained the TopicSession and published message to the session. Since I do not have control on the transaction, when should I call the TopicSession.close() to properly release the obtained session. Or should I depends on server GC to dispose the TopicSession?
      Thanks