SendTestMessage sm = new SendTestMessage();
sm.sendMessage(Helpers.getQuickstartLocation("bpm_orchestration1/build/inputdir"), ".deployProcessGW", DEPLOY_MESSAGE);
}
public void sendStartMessage() throws Exception {
SendTestMessage stm = new SendTestMessage();
stm.sendMessage(Helpers.getQuickstartLocation("bpm_orchestration1/build/inputdir"), ".startProcessGW", START_MESSAGE);
}