serverProperties.setProperty("JMSTaskServer.responseQueueName", "tasksResponseQueue");
this.server = new JMSTaskServer(localTaskService, serverProperties, context);
Thread thread = new Thread(this.server);
thread.start();
localTaskServiceSession.dispose();
}
/**
* Creates a new client
* @return the created client.