if (!ba.isBusy())
ba.setAssociatedObj(bCObj);
String destName = destInfo.name;
try {
ba.sendCreateDestinationMessage(destInfo);
ba.receiveCreateDestinationReplyMessage();
bDestCObj = new BrokerDestCObj(bCObj, destInfo);
app.getStatusArea().appendText
(acr.getString(acr.S_BROKER_DEST_ADD, destInfo.name, ba.getKey()));