//remove these annoyances and edge cases.
//The post office should load(=deploy) all bindings on startup including loading their
//state before adding the binding - there should be no separate deployment stage
//If the queue can be undeployed there should be a separate flag for this on the
//binding
queue.deliver();
log.info(this + " started, fullSize=" + destination.getFullSize() +
", pageSize=" + destination.getPageSize() + ", downCacheSize=" + destination.getDownCacheSize());
}
catch (Throwable t)