MSMQ Private queue automatically remove unread message beyond 24 hours - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T00:22:14Z http://stackoverflow.com/feeds/question/705081 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/705081/msmq-private-queue-automatically-remove-unread-message-beyond-24-hours 0 MSMQ Private queue automatically remove unread message beyond 24 hours fred 2009-04-01T11:29:13Z 2009-04-01T12:41:09Z <p>Hello,</p> <p>I use MSMQ through WCF to store messages in private queue. (private queue hosted by Windows Server 2003). Messages are stored only for 24 hours and automatically removed from queue, somebody know why ?</p> <p>Thank's for your help</p> http://stackoverflow.com/questions/705081/msmq-private-queue-automatically-remove-unread-message-beyond-24-hours/705304#705304 1 Answer by Richard for MSMQ Private queue automatically remove unread message beyond 24 hours Richard 2009-04-01T12:41:09Z 2009-04-01T12:41:09Z <p>Maybe the messages have an expiry set? See <a href="http://msdn.com/library/System.Messaging.Message.TimeToBeReceived" rel="nofollow" title="System.Messaging.Message">Message.TimeToBeReceived</a> property.</p>