8384858687888990919293
try { new Thread() { @Override public void run() { try { operation.executeInputOnlyOperation(inputMessage); } catch (Exception e) { // Ignore the error. logger.error("Error invoking GFac Service",e); } }
8485868788899091929394