As you may have read, I've been working on some MSMQ configuration and
coding for the last little while. In the past I had always heard
"Asynchronous System" and hid under my desk where the left over
Skittles, M&Ms and Smarties are kept. Looking back on the
code that I've written thus far, and forward to the code I know I'm
writing this week, I have to say that the MSMQ technology is not that
difficult to work with. The .NET namespace nicely encapsulates
all that is needed (Queue and Message) and the amount of code required
to actually send, retrieve or peek a message is minimal.
Where the...