cleanList = handler.handleUndeliverableMsgs(con, ids, cids);
} else if (tid != null) {
cleanList = handler.handleTransaction(con, tid, ids, cids);
} else {
cleanList = handler.handleAcks(con, ids, cids, true); //XXX ackack flag
}
// cleanup
handler.cleanUp(cleanList);