Message Queuing with ASP
Microsoft® Message Queue Server (MSMQ) technology enables applications to communicate efficiently and reliably across heterogeneous networks and systems. The examples provided here demonstrate techniques for making use of this important functionality.
Choose an example from the list below.
-
Transmit Message: illustrates techniques you can use to transmit a message using express delivery within an ASP script.
-
Recoverable Delivery: demonstrates techniques you can use to transmit a message using recoverable delivery within an ASP script.
-
Transacted Message: shows you how to transmit a simple message from a transacted ASP page.
-
Encrypted Message: demonstrates how you can transmit an encrypted MSMQ message from an ASP page.
For more information on MSMQ, refer to the Microsoft Message Queue Server documentation.
© 1997 by Microsoft Corporation. All rights reserved.