Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
.gif)
8/28/2008
This code sample is named MSMQ.
To setup the mobile device
Execute the file Optional Windows Mobile 5.0 Server Components.exe. The
MSMQ.ARM.CABfile is unpacked and copied to a folder beneath the current folder.Copy the
MSMQ.ARM.CABfile onto the mobile device. You can place it in the\My Documentsfolder.Run the
MSMQ.ARM.CABfile on the device. The MSMQ driver and administration tools are extracted and installed on the mobile device.If the mobile device does not already have a unique name, give it one now. You do this from Start > Settings > System > About > Device ID.
On the mobile device, use File Explorer to navigate to the
\windowsfolder, and run the executable fileVisAdm.exe. This is the MSMQ Administration application, and it allows you to configure the MSMQ service.In the MSMQ Administration application, tap Shortcuts.
Tap Install. There is no indication for success.
Tap Register. A GUID is displayed, or if it is already registered, then a warning is displayed.
Soft-reset the mobile device.
On the mobile device, once again, run the executable file
VisAdm.exe.In the MSMQ Administration application, tap Shortcuts.
Check to make sure that the MSMQ service is running correctly. Do this by tapping Verify., and by tapping Status. If the service appears to be running properly, then you can proceed with running the code sample.
To run the code sample
Navigate to the solution file (*.sln), and double-click it. By default, the solution files are copied to the following folders:
C:\Program Files\Windows Mobile 6 SDK\Samples\Common\CPP\Win32\MSMQ\VisAdmMicrosoft Visual Studio 2005 launches and loads the solution.
Build the solution (Ctrl+Shift+B).
Deploy the solution (F5).
Development Environments
SDK: Windows Mobile 6 Professional SDK and Windows Mobile 6 Standard SDK
Development Environment: Visual Studio 2005.
ActiveSync: Version 4.5.
Demonstrates
MSMQ demonstrates how to implement Message Queuing.
Note
You must first install the MSMQ.ARM.CAB file onto the mobile device before running this sample.You get this cab file when you download Optional Optional from the Mobile Developer Center.
Feature Area
Relevant APIs
Comments
MSMQ is a visual wrapper around MSMQADM.exe.
See Also
Concepts
Code Samples for Windows Mobile