225226227228229230231232233234235
} usage.setFull(false); try { queue.wakeup(); } catch(Exception e) { LOG.error("Queue threw an unexpected exception: " + e.toString()); fail("Should not throw an exception."); } }