Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Queuing At Microsoft
On WCF forums, I have noticed a common issue that developers face when hosting their WCF service in...
Date: 04/09/2010
There are a number of factors that can affect the performance of your enterprise application that...
Date: 04/02/2010
The MsmqIntegrationBinding allows users to create WCF applications that send and receive messages to...
Date: 03/31/2010
Message message = new Message(); message.CorrelationId = Guid.NewGuid().ToString(); The above code...
Date: 03/23/2010
If your MSMQ environment has AD Integration installed, you can use PUBLIC= formatnames for public...
Date: 03/20/2010
Creating a reliable service for MSMQ has been made simpler with the introduction of Windows Process...
Date: 03/12/2010
With the release of Windows Vista (and subsequently Windows Server 2008), a new way to host WCF...
Date: 02/23/2010
IIS 7 allows isolation of web application pools from each other by providing the ability to run...
Date: 01/20/2010
I was called on to assist recently in diagnosing why an MSMQ client was unable to send messages to a...
Date: 06/15/2009
I have come across this question of whether JMS and MSMQ are interoperabe a number of times and so I...
Date: 06/08/2009
Windows Communication Foundation (WCF) provides a powerful programming model to develop...
Date: 05/31/2009
Windows Server 2008 R2 introduces a new feature in Active Directory, the Active Directory Recycle...
Date: 04/24/2009
There are a few different ways of getting a count of the number of messages in the MessageQueue....
Date: 04/03/2009
Patrick Toolis of the MSMQ test team has written a great whitepaper on using LINQ...
Date: 02/09/2008
MSMQ has supported receiving messages from queues hosted on other machines ("remote receive") since...
Date: 01/22/2008
Hello and welcome back from the holidays! I will get around to describing how to use...
Date: 01/05/2008
MSMQ provides several sets of performance counters which query the state of the service and other...
Date: 12/14/2007
Timeouts, acknowledgements, and deadlettering, working together, will help you deal with not just...
Date: 12/08/2007
There are a few differences in MSMQ and IIS functionality between Windows Server 2003 (MSMQ v3.0)...
Date: 11/30/2007
It's a holiday weekend here. Happy Thanksgiving to all our US readers! Tune in next week for another...
Date: 11/25/2007
One of the basic principles of MSMQ's design is that sender and receiver are decoupled. The sending...
Date: 11/10/2007
A very user friendly administrator UI tool for creating, configuring and managing MSMQ Clusters...
Date: 11/02/2007
TechEd Developers 2007 is just a couple days away now and we're getting really excited to hear what...
Date: 11/01/2007
Internally, MSMQ uses the Windows-provided CryptoAPI to do all of its encryption and hashing....
Date: 10/24/2007
Two New Operating Systems Bring Two New, Exciting Ways to Install (or Uninstall) MSMQ This week we...
Date: 10/20/2007
Let’s say you want to install all components except Downlevel Client Support on a Windows Server...
Date: 10/20/2007
Edited on 4/11/2008 to corrected the build numbers in the examples. The correct build number is...
Date: 10/20/2007
Windows Server 2008 has a nifty new command line tool called ServerManagerCmd.exe which makes...
Date: 10/20/2007
Just as with authentication, the security sweep for Vista and Windows Server 2008 had an effect on...
Date: 10/12/2007
An issue that frequently causes confusion for MSMQ users is that of message encryption. A message is...
Date: 10/05/2007
In just five weeks, we’re going to be at TechEd Developers in Barcelona and we want to see you...
Date: 10/02/2007
As part of a general security sweep of Vista and Windows Server 2008, there was a review of the...
Date: 09/29/2007
Should your app be using System.Messaging or WCF Queuing? We’ve all seen these kind of technology...
Date: 09/22/2007
I'm not the only one writing about MSMQ. You probably know that already — you probably arrived here...
Date: 05/25/2007
In MSMQ, there are two important kinds of entities. As you might expect, they are messages and...
Date: 05/18/2007
In the computer sense, which we're discussing here, queuing is a way to get bundles of data,...
Date: 04/27/2007
Hello, and welcome to Motley Queüe! My name is James Birdsall, and I'm a member of the Microsoft...
Date: 04/27/2007