INFO: Web Interfaces for MSMQ Applications

Last reviewed: March 6, 1998
Article ID: Q173337
The information in this article applies to:
  • Microsoft Message Queue Server version 1.0

SUMMARY

Microsoft Message Queue Server (MSMQ) provides ActiveX components that can be used to create Web-based applications using server- and client-side scripting and with Java. This article describes three of them.

MORE INFORMATION

IIS/ASP Solution

You can use MSMQ ActiveX components on an Active Server Pages (ASP) script using VBScript. MSMQ does not need to be installed on the machines running the browser. This is a good solution for many types of applications. Take a look at the Internet Information Server/Active Server Pages documentation on using ActiveX objects.

Internet Explorer Client-Side Scripting

You can use MSMQ ActiveX components on any HTML page using the <OBJECT> tag in VBScript. MSMQ needs to be installed on the machines running the browser. Take a look at Internet Explorer/VBScript documentation on using ActiveX objects.

Java Applet Using MSMQ ActiveX Components

You can use MSMQ ActiveX components in any Java applet and access it using a browser. MSMQ needs to be installed on the machines running the browser. You will also need to create and sign a CAB file to properly download and run the applet and their supporting classes on the client machines. Take a look at Visual J++ documentation on using ActiveX objects.

REFERENCES

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

   ARTICLE-ID: Q173340
   TITLE     : HOWTO: Using MSMQ ActiveX Components from Java

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

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

   ARTICLE-ID: Q181839
   TITLE     : FILE: Mqasp.exe MSMQ Basic Queue Operations Using IIS/ASP

More information on MSMQ may be found at this Web address:

   http://www.microsoft.com/msmq/

(c) Microsoft Corporation 1997, All Rights Reserved. Contributions by Syed Yousuf, Microsoft Corporation
Keywords          : MQControls MQProg kbfaq
Version           : WINDOWS NT:1.0
Platform          : winnt
Issue type        : kbinfo


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


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: March 6, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.