throw new BrokerException(br.getKString(
br.X_CLUSTER_UNABLE_PROCESS_NOT_MASTER_BROKER, args));
}
if (Globals.nowaitForMasterBroker()) {
ChangeRecord cr = ChangeRecord.makeChangeRecord(eventData);
if (cr.getOperation() == ProtocolGlobals.G_REM_DESTINATION) {
if (DestType.isQueue(((DestinationUpdateChangeRecord)cr).getType())) {
HashSet bmas = new HashSet();
synchronized(brokerList) {
Iterator itr = brokerList.keySet().iterator();
while (itr.hasNext()) {