private void checkStarted() {
   if (!postOffice.isStarted()) {
     throw new IllegalStateException("Broker is not started. Queue can not be managed yet");
   }
 }