} catch (IOException e) {
System.out.println("Error : " + e);
}
// Close the connection and server
connectionHub.discard(connection);
}
public static void main(String[] args) throws HL7Exception {
String host = System.getProperty("hl7-host");
String port = System.getProperty("hl7-port");