76777879808182838485
} pd.execute("localhost", "8080", "/jbpm-console/upload", files); } public void sendStartMessage() throws Exception { SendJMSMessageStart sm = new SendJMSMessageStart(); sm.setupConnection(); sm.sendAMessage(GETTING_STARTED_MESSAGE); sm.stop(); }