The messages are just being browsed, so they cannot be acknowledged. Because browsing messages allocates native resources,
you should call the Reset() method of the enumerator when you are done with it. If it is not called, the native resources
will not be freed until this QAManagerBase object is freed.
Use QAManagerBase.GetMessage to receive messages so they can be acknowledged.