Installing MSMQ Using Visadm (Windows CE 5.0)

Send Feedback

MSMQADM.EXE uses a console interface but not all devices include a console device driver. To use MSMQADM on one of these platforms you must supply registration commands on its command line and redirect output to the file.

The sample program VISADM does that.

VISADM is a dialog box with an edit control that allows users to input MSMQADM commands as they would appear on the command line, and view the output in a textbox above.

To install MSMQ using Visadm

  1. Run VISADM.EXE.
    From the Shortcuts menu, select Install; then select Registers.
  2. Enable one of the supported protocols by typing one of the following commands in the command box:
    "enable srmp" to enable HTTP protocol
    or
    "enable binary" to enable the proprietary binary MSMQ protocol.
  3. Verify the installation by running CETCHA.EXE.

The Shortcuts menu automates several frequently used commands and lets users view the MSMQ log file and MSMQ-specific registry entries.

You use the Shortcuts menu to do the following:

  • To stop the MSMQ driver after it is installed, use Stop.
  • To restart it, use Start.
  • To display the MSMQ log file, select Log.
  • To interpret registry settings and see readable information about the MSMQ installation, select Verify.

See Also

MSMQ Application Development | Application Installation of MSMQ | Installation Options | Installing MSMQ Using MSMQADM.EXE | Installing MSMQ Using the Registry | Debugging MSMQ Installations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.