MSMQ Private queue automatically remove unread message beyond 24 hours - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T00:22:14Zhttp://stackoverflow.com/feeds/question/705081http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/705081/msmq-private-queue-automatically-remove-unread-message-beyond-24-hours0MSMQ Private queue automatically remove unread message beyond 24 hoursfred2009-04-01T11:29:13Z2009-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#7053041Answer by Richard for MSMQ Private queue automatically remove unread message beyond 24 hoursRichard2009-04-01T12:41:09Z2009-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>