Problem and Solution: Weird MSMQ memory leak when calling Peek()

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2004/4/29/problem-and-solution-weird-msmq-memory-leak-when-calling-pee.html
Published Thursday, April 29, 2004 11:21 PM by RoyOsherove
Filed under:

Comments

Friday, April 30, 2004 9:24 PM by Steve Maine

# re: Problem and Solution: Weird MSMQ memory leak when calling Peek()

Thanks for the post, Roy! This might directly affect some code that I'm writing right now.

Do you know if the asynchronous BeginPeek() method has the same issue?
Friday, April 30, 2004 9:26 PM by Roy Osherove

# re: Problem and Solution: Weird MSMQ memory leak when calling Peek()

Should present the same problem, as long as the same terms apply (Remote Queue does not exist or is unavailable)
Thursday, September 07, 2006 4:18 AM by Yaniv

# re: Problem and Solution: Weird MSMQ memory leak when calling Peek()

Hi Roy, Did you check the issue with framework 2.0 as well ?
Wednesday, March 14, 2007 8:35 AM by Sven

# re: Problem and Solution: Weird MSMQ memory leak when calling Peek()

I've got the problem with a private local queue. Any idea?