sessionRequestMessageToSend.Password = this.password;
sessionRequestMessageToSend.setSessionAsUUID(SessionRequestMessage.EMPTY_SESSION);
sessionRequestMessageToSend.setRequestAsUUID(UUID.randomUUID());
try {
sessionRequestMessageToSend.validateMetaData();
} catch (RexProException e) {
e.printStackTrace();
}
// if close() gets called then have to recreate the the connection here. need to factor out this