In my recent development I’ve been using msmq to store messages that can’t reach a wcf service when it’s not available. I was setting the Message (System.Messaging) property Priority so that the queue would prioritize the incoming messages. However when I looked at the queue all the messages their priorities where 0 or “Lowest”. It [...]