if (off) {
con.removeConsumerInfoRequest(duid);
} else {
con.addConsumerInfoRequest(duid);
}
ConsumerInfoNotifyManager cm = Globals.getConnectionManager().
getConsumerInfoNotifyManager();
cm.consumerInfoRequested(con, duid, destType);
return true;
}
sendInfoPacket(level.intValue(), con, msg.getConsumerID());
return true;