3 Replies Latest reply on Nov 26, 2011 9:35 AM by ataylor

    JBoss Iniciated Transaction spawn to the Hornet Standalone Server

    edrisseasm

      Hello,

       

      Our application runs on JBoss 5 and we plan to have HornetQ running on another server in standalone mode.

      When sending messages from our application to a queue on HornetQ Server, our application should also update the database. Is it possible to do this in a single distributed transaction? So that both sending the message and making changes are atomic.

       

      Thank you,