if (yesShort.equalsIgnoreCase(input)
|| yes.equalsIgnoreCase(input)
|| force) {
try {
broker.sendCompactDestinationMessage(destName, destTypeMask);
broker.receiveCompactDestinationReplyMessage();
if (compactAll) {
Globals.stdOutPrintln(ar.getString(ar.I_JMQCMD_COMPACT_DSTS_SUC));
} else {
Globals.stdOutPrintln(ar.getString(ar.I_JMQCMD_COMPACT_DST_SUC));