326327328329330331332333334335
// need to unroute messages that have been consumed in a prepared // transaction. // they cannot be redelivered unless the transaction rolls back. dest.unrouteLoadedTransactionAckMessage(ackedMessage, consumerID); } }