Sending Messages

Sending messages in MSMQ is always an asynchronous operation. When you are sure the queue is open, you can continue to send messages, never stopping to wait for a reply.

In addition to the basic asynchronous operation, you can add functionality to your send operation by using:

For information on all the message properties that can be used when sending messages with MSMQ API functions, see:


© 1997 by Microsoft Corporation. All rights reserved.