Globals.getClusterBroadcast().acknowledgeMessage2P(addr,
(SysMessageID[])null, (ConsumerUID[])null,
ClusterBroadcast.MSG_ROLLEDBACK, null,
new Long(id.longValue()), false, false);
} else {
throw new BrokerDownException("Failed to rollback transaction "+
id+" to broker "+bas[i].toString(), Status.GONE);
}
}
} catch (Exception e) {
logger.log(logger.WARNING,"notify rollback transaction"+id +" failed:"+e.getMessage());