Esempio n. 1
0
 public Apache.NMS.ITemporaryTopic CreateTemporaryTopic()
 {
     try
     {
         return(EMSConvert.ToNMSTemporaryTopic(this.tibcoSession.CreateTemporaryTopic()));
     }
     catch (Exception ex)
     {
         ExceptionUtil.WrapAndThrowNMSException(ex);
         return(null);
     }
 }
Esempio n. 2
0
 public Apache.NMS.ITemporaryTopic CreateTemporaryTopic()
 {
     return(EMSConvert.ToNMSTemporaryTopic(this.tibcoSession.CreateTemporaryTopic()));
 }