251252253254255256257258259260261
{ while (true) { try { boolean ok = promise.await(10000); if (!ok) { HornetQClientLogger.LOGGER.timeoutFlushingPacket(); }
261262263264265266267268269270271
281282283284285286287288289290291