throw new BrokerException("Acknowledgement could not be found",
null,
Status.NOT_FOUND);
}
} else if (ackType == handler.DEAD_REQUEST) {
cleanList = handler.handleDeadMsgs(con, ids, cids,
handler.DEAD_REASON_UNDELIVERABLE,
exception, deadComment, deliverCnt);
} else if (ackType == handler.UNDELIVERABLE_REQUEST) {
cleanList = handler.handleUndeliverableMsgs(con, ids, cids);