Example #1
0
 public Apache.NMS.ITopic GetTopic(string name)
 {
     try
     {
         return(EMSConvert.ToNMSTopic(this.tibcoSession.CreateTopic(name)));
     }
     catch (Exception ex)
     {
         ExceptionUtil.WrapAndThrowNMSException(ex);
         return(null);
     }
 }
Example #2
0
 public Apache.NMS.ITopic GetTopic(string name)
 {
     return(EMSConvert.ToNMSTopic(this.tibcoSession.CreateTopic(name)));
 }