}
if (yesShort.equalsIgnoreCase(input) || yes.equalsIgnoreCase(input) || force) {
try {
broker.sendDestroyDestinationMessage(destName, destTypeMask);
broker.receiveDestroyDestinationReplyMessage();
Globals.stdOutPrintln(ar.getString(ar.I_JMQCMD_DESTROY_DST_SUC));
} catch (BrokerAdminException bae) {
handleBrokerAdminException(bae);