0 Replies Latest reply on Jun 9, 2003 2:20 PM by jj

    transaction across two jboss instances

      I need transactional semantics when I send the same message to two different JBoss 3.2.0 instances (different machines, different VMs). I'm using the RollingLogged persistence manager, not a db. If this is possible, what is the right way to do this?

      Can I configure Tyrex as the transaction manager, put the code in a bean and have the container manage the transaction?