1 Reply Latest reply on Mar 6, 2009 1:26 AM by gaohoward

    Transaction Commit Message

    mayankmit2002

      Hello All,
      I'm working on a module, in which some operations are to be performed only when transaction commit,
      Is there any way to receive transaction related messages from Jboss

        • 1. Re: Transaction Commit Message
          gaohoward

          If you are using MDB, you can configure it as transactional. If you are using JBoss Messaging directly, you can use the transactional sessions to receive/send messages. I think you can find the details in the JBoss documents and JMS API docs.