* - MsgQueueUpdateEntry
* </pre>
*/
public void historyEntry() {
log.info("************ Starting historyEntry " + System.getProperty("java.vm.vendor") + ": " + System.getProperty("java.vm.version"));
StorageId storageId = new StorageId(glob, Constants.RELATING_HISTORY, "historyEntry");
try {
PublishQosServer publishQosServer = new PublishQosServer(glob, "<qos/>");
MsgUnit msgUnit = new MsgUnit(glob, "<key oid='XX'/>", new byte[0], publishQosServer.toXml());
org.xmlBlaster.engine.ServerScope global = new org.xmlBlaster.engine.ServerScope();
MsgUnitWrapper msgWrapper = new MsgUnitWrapper(glob, msgUnit, storageId);