// currently we return OK even if we had an error during the shutdown
setProperties(reply, MessageType.SHUTDOWN_REPLY, Status.OK, null);
parent.sendReply(con, cmd_msg, reply);
if (con instanceof IMQBasicConnection) {
IMQBasicConnection ipCon = (IMQBasicConnection)con;
ipCon.flushControl(1000);
}
BrokerStateHandler bsh = Globals.getBrokerStateHandler();
if (time == null || time.intValue() == 0) {
// stop new connections