not.getReplyTo(), not.getRequestMsgId(), not.getReplyMsgId());
} else if (adminRequest instanceof GetSubscriptionsRequest) {
replyToTopic(new GetNumberReply(getNumberOfSubscribers()),
not.getReplyTo(), not.getRequestMsgId(), not.getReplyMsgId());
} else if (adminRequest instanceof GetDMQSettingsRequest) {
replyToTopic(new GetDMQSettingsReply((dmqId != null)?dmqId.toString():null, 0),
not.getReplyTo(), not.getRequestMsgId(), not.getReplyMsgId());
} else if (adminRequest instanceof SetFather) {
setSave(); // state change, so save.
this.fatherId = AgentId.fromString(((SetFather) adminRequest).getFather());
replyToTopic(new AdminReply(true, null),