.NET API MessageQueueErrorCode Error -1072824291 – MessageAlreadyReceived
In this post, you’ll learn more about the Error Code -1072824291 – MessageAlreadyReceived that is returned when working with the Message Queuing application in .NET
.NET API MessageQueueErrorCode Error
-1072824291 – MessageAlreadyReceived
MessageQueueErrorCode .NET API Error Description
Message text: A message that is currently pointed at by the cursor has been removed from the queue by another process or by another call to receive the message without the use of this cursor.
Message Queuing returns this error when some other cursor, application, or the system administrator has already removed the message from the queue. This error is most likely to occur when using the MessageEnumerator class, such as the instance returned through a call to GetMessageEnumerator2() or GetEnumerator().
Leave Your Comment