405406407408409410411412413414415
BamError error) { Mailbox mailbox = getMailbox(to); if (mailbox != null) { mailbox.queryError(id, to, from, payload, error); return; } // on startup, queue the messages until the startup completes if (isBeforeActive()