116117118119120121122123124125126
messagingClientHandler.addOutstandingAck(m.getAck(), scr); synchronized(scr) { sendAsync(m); while(scr.getException() == null && scr.getTuple() == null) { try { scr.wait(); } catch(InterruptedException e) { throw new InterruptedIOException(); } } }