*/
private void sendReplicationMessage() {
ClusteringAgent clusteringAgent = AutoscalerTaskDSHolder.getInstance().getAgent();
if (clusteringAgent != null) {
RequestTokenReplicationCommand msg = new RequestTokenReplicationCommand();
msg.setAppDomainContexts(appDomainContexts);
try {
clusteringAgent.sendMessage(msg, true);
System.setProperty(AutoscaleConstants.IS_TOUCHED, "false");
log.debug("Request token replication messages sent out successfully!!");