// submit a MQ task
MessageHandler listener = null;
if (vhmAction == LimitInstruction.actionSetTarget || vhmAction == LimitInstruction.actionUnlimit) {
StatusUpdater statusUpdater = new DefaultStatusUpdater(jobExecutionStatusHolder,
getJobExecutionId(chunkContext));
listener = new VHMReceiveListener(clusterName, statusUpdater);
}
Map<String, Object> sendParam = new HashMap<String, Object>();
sendParam.put(Constants.SET_MANUAL_ELASTICITY_INFO_VERSION, Constants.VHM_PROTOCOL_VERSION);
sendParam.put(Constants.SET_MANUAL_ELASTICITY_INFO_CLUSTER_NAME, clusterName);