MODE_SIP, (String)bestState.getId(),
getApplicationId(), bestState.getVersion(),
ReplicationUtil.getInstanceName(),
ReplicationDialogFragmentManager.MESSAGE_BROADCAST_LOAD_RECEIVED_DIALOG_FRAGMENT);
ReplicationUtil repUtil = ReplicationUtil.createReplicationUtil();
if ((beKey != null) && repUtil.isInstanceLoadBalancedByCLB()){
loadReceivedState.setProperty(ReplicationState.IGNORE_REMOVE_INSTANCE_NAME,
repUtil.getFailoverServerInstanceForBeKey(beKey));
} else {
ReplicationHealthChecker healthChecker = ReplicationHealthChecker.getInstance();
String currentReplicaPartner = healthChecker.getCurrentPartnerInstanceName();
loadReceivedState.setProperty(ReplicationState.IGNORE_REMOVE_INSTANCE_NAME,
currentReplicaPartner);