.NET API MessageQueueErrorCode Error -1072824259 – IllegalQueueProperties
In this post, you’ll learn more about the Error Code -1072824259 – IllegalQueueProperties that is returned when working with the Message Queuing application in .NET
.NET API MessageQueueErrorCode Error
-1072824259 – IllegalQueueProperties
MessageQueueErrorCode .NET API Error Description
Message text: Illegal MQQUEUEPROPS parameter, either null or with zero properties.
Message Queuing returns this error if you are using the MessageQueueCriteria class and have called ClearAll() or have not specified any criteria to use when filtering queues. See the MessageQueueCriteria class or GetPublicQueues for more information about filtering queue search criteria.
Leave Your Comment