// Get info for one connection
cxn = (IMQConnection)cm.getConnection(
new ConnectionUID(cxnId.longValue()));
if (cxn != null) {
if (DEBUG) {
cxn.dump();
}
cxn.destroyConnection(true, GoodbyeReason.ADMIN_KILLED_CON,
Globals.getBrokerResources().getKString(
BrokerResources.M_ADMIN_REQ_CLOSE));
} else {