String sampleOrders = Helpers.getQuickstartLocation("business_ruleservice_stateful/" + fileName);
String fileContent = sdm.readAsciiFile(sampleOrders);
sdm.sendAMessage(fileContent);
sdm.stop();
}
public static Test suite() throws Exception {
return getDeploySetup(BusinessRulesServiceRuleAgentTest.class, "QuickstartMessageStoreServer.sar, Quickstart_business_ruleservice_ruleAgent.esb");
}