What will happen if a Session is transacted via JMS Transactions, and there is some kind of network hiccup that causes the Connection to be lost/reset. Will the transaction automatically be rolled back? Do I need to call rollback on the new Session?
If the broker goes down (shutdown, or JVM terminates unexpectedly), I'm guessing that the transaction is completely lost and so no need to worry about a rollback, correct? Thanks, Aaron -- View this message in context: http://www.nabble.com/JMS-Transactions-and-losing-the-connection-tp26102096p26102096.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.