FILE: Mqasp.exe MSMQ Basic Queue Operations Using IIS/ASP

Last reviewed: February 27, 1998
Article ID: Q181839
The information in this article applies to:
  • Microsoft Message Queue Server version 1.0

SUMMARY

The Mqasp.exe sample shows how to perform basic queue operations using Microsoft Message Queue Server (MSMQ) ActiveX components in Internet Information Server (IIS) server side scripting with Active Server Pages (ASP) and/or Visual Basic, Scripting Edition (VBS).

MORE INFORMATION

The following file is available for download from the Microsoft Software Library:

 ~ Mqasp.exe (size: 22817 bytes) 

For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q119591
   TITLE     : How to Obtain Microsoft Support Files from Online Services

Here are the steps to follow to run the example:

  1. Create a new folder named Msmq in your InetPub\scripts directory on the computer where IIS is installed. Decompress and copy the sample files to that folder. The IIS server computer must have MSMQ client or server installed in order to use the MSMQ ActiveX components.

  2. Use Internet Explorer from any client computer to point to this address:

          http://<yourservername>/scripts/msmq/default.asp
    

    MSMQ does not need to be installed on the computers running the browser.

REFERENCES

For additional information on using MSMQ ActiveX in ASP pages, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q173339
   TITLE     : FAQ: How do I use MSMQ from an ASP Page?

For additional information on using ASP pages, please refer to the Active Server Pages documentation.

Keywords          : MQConfig MQInstall MQNetwork
Version           : WINNT:1.0
Platform          : winnt
Issue type        : kbhowto


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 27, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.