}
// route each message to the destination
// this puts it on the pending list
try {
d.forwardOrphanMessages(ss, storedID);
sitr.remove();
} catch (Exception ex) {
logger.log(Logger.INFO,"Internal Error: "
+ "Unable to re-queue message "
+ " to queue " + d, ex);