Is it possible for a client to send multiple messages and ensure that the entire set of messages is delivered?
Created May 4, 2012
Jerry Smith
The preferred method for handling interdependent messages is to produce them within a transacted session. See Session.commit(), Session.rollback(), and XASession.