}
DestinationUID dest_uid = usub.getDestinationUID();
Destination d = Destination.getDestination(dest_uid);
assert d != null;
if (d != null)
d.removeConsumer(uid, true);
} else {
boolean redeliver = false;
if (con.getClientProtocolVersion() < Connection.RAPTOR_PROTOCOL ) {
redeliver = true;
}