Is it possible for a client to send multiple messages and ensure that the entire set of messages is delivered?
Location: http://www.jguru.com/faq/view.jsp?EID=1147 Created: Nov 19, 1999 Author: Jerry Smith (http://www.jguru.com/guru/viewbio.jsp?EID=9) The preferred method for handling interdependent messages is to produce them within a transacted session. See Session.commit(), Session.rollback(), and XASession.