}
PublishKey pk = new PublishKey(glob, "");
PublishQos pq = new PublishQos(glob);
pq.setTopicProperty(topicProperty);
MsgUnit msgUnit = new MsgUnit(pk, new byte[0], pq);
PublishReturnQos prq = publish(msgUnit);
if (log.isLoggable(Level.FINER)) log.finer(getLogId()+"Created temporary topic " + prq.getKeyOid());
return prq;
}