* @throws EmberServiceException
* @throws IOException
*/
protected ByteArrayServerClient createClient(EmberServiceController controller, URI remoteLocation, String id) throws JMSException,
EmberServiceException, IOException {
ByteArrayClientService service = createNioService(controller);
ByteArrayServerClient client = service.createClient(remoteLocation.getHost(), remoteLocation.getPort(), id, null);
return client;
}