.NET API MessageQueueErrorCode Error -1072824278 – MessageStorageFailed
In this post, you’ll learn more about the Error Code -1072824278 – MessageStorageFailed that is returned when working with the Message Queuing application in .NET
.NET API MessageQueueErrorCode Error
-1072824278 – MessageStorageFailed
MessageQueueErrorCode .NET API Error Description
Message text: Could not store a recoverable or journal message. Message was not sent.
Message Queuing returns this error if the local computer cannot store a recoverable message (one whose delivery is guaranteed in the case of a network problem) or a journal message. See the Message class’s Recoverable and UseJournalQueue properties for more information about these message sending options.
Leave Your Comment