Beispiel #1
0
 public Apache.NMS.IStreamMessage CreateStreamMessage()
 {
     try
     {
         return(EMSConvert.ToNMSStreamMessage(this.tibcoSession.CreateStreamMessage()));
     }
     catch (Exception ex)
     {
         ExceptionUtil.WrapAndThrowNMSException(ex);
         return(null);
     }
 }