in src/main/csharp/Message.cs [42:52]
public void Acknowledge() { try { this.tibcoMessage.Acknowledge(); } catch(Exception ex) { ExceptionUtil.WrapAndThrowNMSException(ex); } }