ConnectionUID uid = new ConnectionUID(
Long.parseLong(target));
IMQConnection cxn = (IMQConnection)
Globals.getConnectionManager()
.getConnection(uid);
cxn.destroyConnection(true, GoodbyeReason.ADMIN_KILLED_CON,
"kill cnx");
} catch (Exception ex) {
status = Status.ERROR;
msg = "Error killing connection " + target +