Great, happy I was able to help you out here Mark. Just to make sure we
don't have docs issues on MS's side, could you point me to where you got the
HKLM\Drivers\... registry stuff in the 1st place. I'm guessing you were
looking at docs for the wrong version (we changed registry for MSMQ in
PPC2003 days I think), but I want to make sure newer docs don't have older
registry config.
Thanks

Signature
John Spaith
Development Lead, Windows CE
Microsoft Corporation
Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All rights
reserved.
John,
Thanks for the info. ActivateService did the trick. For the sake of
completeness, I am including the required reg
entries for the service below.
[HKEY_LOCAL_MACHINE\Services\MSMQD]
"FriendlyName"="Microsoft Message Queueing"
"Keep"=dword:00000001
"Index"=dword:00000001
"Prefix"="MMQ"
"Order"=dword:00000009
"Dll"="MSMQD.dll"
"Context"=dword:00000000
Call detail is:
ActivateService(L"MSMQD", 0);
Thanks again and have a great vacation.
Regards,
Mark J
John Spaith [MS] wrote:
> I think you want ActivateService("MSMQD",...) instead as the starting
> point,
[quoted text clipped - 64 lines]
> >
> > Any suggestions would be appreciated.
Mark J - 02 Jan 2007 17:51 GMT
John,
Within CE 5.0 Platform Builder help, I found the following page
(excerpt below):
"""""
Windows CE Features > Applications and Services Development > Message
Queuing > MSMQ Application Development > Application Installation of
MSMQ > Installation Options
Configuring all necessary MSMQ registry parameters saves you from
including MSMQADM in the OS design. For information about registry
settings, see MSMQ Registry Settings.
Although some registry settings are optional, the following settings
must be set for MSMQ to run.
To install MSMQ as a device driver
Set the following in the registry.
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\MSMQD]
"Dll"="MSMQD.DLL"
"Entry"="MSMQDInitialize"
"Keep"=DWORD:1
"Order"=DWORD:9
""""
There is no mention of installing MSMQ as a service.
I assumed that CE 5.0 support would match that for WM5. Perhaps this
was wrong?
I recall that all online references to MSMQ installation (that I saw)
may have related to PPC2003 and earlier.
Happy New Year!
Regards,
Mark J
> Great, happy I was able to help you out here Mark. Just to make sure we
> don't have docs issues on MS's side, could you point me to where you got the
[quoted text clipped - 110 lines]
> > >
> > > Any suggestions would be appreciated.
John Spaith [MS] - 04 Jan 2007 16:54 GMT
Mark - this is a doc bug on our side, my apologies. I will work with our
documentation people to get this fixed up. MSMQ has been a service since
around CE 4.0, but this doc wasn't changed to reflect that.
For the other question, CE 5.0 MSMQ is the same as what was shipped in WM5.

Signature
John Spaith
Development Lead, Windows CE
Microsoft Corporation
Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All rights
reserved.
John,
Within CE 5.0 Platform Builder help, I found the following page
(excerpt below):
"""""
Windows CE Features > Applications and Services Development > Message
Queuing > MSMQ Application Development > Application Installation of
MSMQ > Installation Options
Configuring all necessary MSMQ registry parameters saves you from
including MSMQADM in the OS design. For information about registry
settings, see MSMQ Registry Settings.
Although some registry settings are optional, the following settings
must be set for MSMQ to run.
To install MSMQ as a device driver
Set the following in the registry.
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\MSMQD]
"Dll"="MSMQD.DLL"
"Entry"="MSMQDInitialize"
"Keep"=DWORD:1
"Order"=DWORD:9
""""
There is no mention of installing MSMQ as a service.
I assumed that CE 5.0 support would match that for WM5. Perhaps this
was wrong?
I recall that all online references to MSMQ installation (that I saw)
may have related to PPC2003 and earlier.
Happy New Year!
Regards,
Mark J
John Spaith [MS] wrote:
> Great, happy I was able to help you out here Mark. Just to make sure we
> don't have docs issues on MS's side, could you point me to where you got
[quoted text clipped - 119 lines]
> > >
> > > Any suggestions would be appreciated.