throw new XmlBlasterException(glob, ErrorCode.INTERNAL_NOTIMPLEMENTED, ME, txt);
}
I_Checkpoint cp = glob.getCheckpointPlugin();
if (cp != null)
cp.passingBy(I_Checkpoint.CP_PUBLISH_ACK, msgUnit, null, null);
return publishReturnQos.toXml();
}
/*
if (publishReturnQos != null) {
// Message was forwarded. TODO: How to return multiple publishReturnQos from multiple destinations? !!!
BUGGY: We need to take a clone to not remove the destination of the sent message