views:

453

answers:

1

Hello,

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 ?

Thank's for your help

+2  A: 

Maybe the messages have an expiry set? See Message.TimeToBeReceived property.

Richard