ReplicationState.createBroadcastLoadReceivedState(MODE_SIP, id, this.getApplicationId(), 0L, mgr.getInstanceName(), theCommand);
loadReceivedState.setProperty(
ReplicationState.IGNORE_REMOVE_INSTANCE_NAME, bekey);
JxtaReplicationSender sender
= JxtaReplicationSender.createInstance();
sender.sendOverPropagatedPipe(loadReceivedState, instanceName, false);
//if we want to batch unicast load acks use next line
//sender.sendReplicationReceivedState(loadReceivedState, instanceName);
}
ReplicationState sendUnicastLoadQuery(String id, String version, String instanceName) {