This is a mirror of official site: http://jasper-net.blogspot.com/

HowTo: Messaging with MSMQ, an introduction

| Tuesday, October 19, 2010
A short time ago I found MSMQ. To say it easy: MSMQ is a system where messages are able to be classified into queues and be converted piece by piece.

Why should I use this?

MSMQ is a system of queues. You put your message into it and than somebody will take it and convert it. This could be very useful in distributed applications for example. So for example it is possible to generate E-Mails, put them in a queue and send them out piece by piece so the server won’t be overloaded. Of course there are a lot more possibilities but this is just an introduction.

Later I’m going to talk about some more advantages and disadvantages and I would be very glad to get some comments from you.

Requirements

The infrastructure is included every ware since XP (?). You only need to activate it in the windows functions:

image_thumb225.png

Read more: Code-Inside Blog International

Posted via email from .NET Info

0 comments: