1 Reply Latest reply on Jun 30, 2002 10:05 AM by davidjencks

    Propagation of transaction context from one JBOSS server to

    niketanand

      Hi All,
      I have following scienario.....
      client invokes a method on enterprise Bean A. which in turn sends a message to a message queue, updates data in database A. After that, EJB A calls a method in another EJB B deployed in another application server which updates data in database B.
      How can I propagate the transaction context from A to B when EJB A invokes EJB B?
      Its better to see code snippet for that.
      Thanks
      Niket