Ejemplo n.º 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);
     }
 }
Ejemplo n.º 2
0
 public Apache.NMS.ITopic GetTopic(string name)
 {
     return(EMSConvert.ToNMSTopic(this.tibcoSession.CreateTopic(name)));
 }