I am contemplating using LINQ to read messages off a queue, like this guy: http://www.sharepoint4arabs.com/AymanElHattab/Lists/Posts/Post.aspx?ID=8
But I'm wondering if this consumes messages from the queue or not.
Ideally I'd like this to just peek at the messages, and leave them there until either formally consumed or entirely purged.
Of course, I could write some test code to try it out, but am under a time crunch.
Thanks for any tips!