.NET API MessageQueueErrorCode Error -1072824311 – SharingViolation

In this post, you’ll learn more about the Error Code -1072824311 – SharingViolation that is returned when working with the Message Queuing application in .NET

.NET API MessageQueueErrorCode Error

-1072824311 – SharingViolation

MessageQueueErrorCode .NET API Error Description

Message text: Sharing violation. The queue is already opened for exclusive receive.
Message Queuing returns this error if an application is trying to open an already opened queue that has exclusive read rights. For more information about receiving messages exclusively from a queue, see the MessageQueue class’s DenySharedReceive property.