private QName serviceName;
private QName portName;
public static Test suite() throws Exception {
TestSuite suite = new TestSuite(JMSClientServerTest.class);
return new ClientServerSetupBase(suite) {
public void startServers() throws Exception {
Map<String, String> props = new HashMap<String, String>();
if (System.getProperty("activemq.store.dir") != null) {
props.put("activemq.store.dir", System.getProperty("activemq.store.dir"));
}