INFO: Web Interfaces for MSMQ Applications

ID: Q173337

The information in this article applies to:

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

Last Reviewed: April 19, 1998