You create MessageQueue components when you want to build messaging functionality into your application. MessageQueue components allow you to connect to existing queues, send and receive messages, and otherwise add communication services to your application using a very small amount of code. For example, suppose you are building an order entry system that places orders into queues as they are received from the sales force or from direct customer interaction on a Web site. You might begin by adding an instance of the MessageQueue component to your project and configuring it to interact with an existing OrderEntry queue on your Message Queuing server.
MessageQueue components have no visual user interface.
For instructions on how to create MessageQueue components, see Creating MessageQueue Components .