return;
}
// on startup, queue the messages until the startup completes
if (isBeforeActive()
&& addStartupPacket(new Query(id, to, from, payload))) {
// startup packets are successful
}
else {
// use default error handling
super.query(id, to, from, payload);