false, tid, null, false)) {
Destination d = ref.getDestination();
d.removeRemoteMessage(sysid, RemoveReason.ACKNOWLEDGED, ref);
}
} catch(Exception ex) {
logger.logStack((DEBUG_CLUSTER_TXN ? Logger.WARNING:Logger.DEBUG),
"Unable to cleanup remote message "+
"[" + intid + "," + storedID + "," + sysid+"]"+
" on rollback transaction " +tid+" for inactive consumer.", ex);
}
BrokerAddress addr = null;