Looking for Sample MSMQ Reg File for WinCE 5.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All,

Does anyone have a sample MSMQ reg file that I could view?

Thanks in advance for your help :)
 
Also I am looking for details on the QueueManagerGUID and a sample entry.

Thanks in advance :)
 
The MSMQ entries are set during sysgen. Not sure exactly where they are
without going into the PB folders, but it would be down in a folder in the
PUBLIC tree. Still, I don't see exactly why you'd need it. If the image
you're using has MSMQ support, then the registry entries will be there on
the device. If they're not there, that indicates MSMQ support is not there,
and just adding reg entries won't add support. A new image is what you'd
need.
 
Hello Chris,

I did add the MSMQ component to a new image and the services list shows the
listing but it is not stated. I don't believe that I have the correct
registry entries because I had tried to start it using services start but I
received any error of 425.

This is why I am checking my registry entries.

Thanks for your help :)

--
Bob Hanson
Senior Solutions Developer



The MSMQ entries are set during sysgen. Not sure exactly where they are
without going into the PB folders, but it would be down in a folder in the
PUBLIC tree. Still, I don't see exactly why you'd need it. If the image
you're using has MSMQ support, then the registry entries will be there on
the device. If they're not there, that indicates MSMQ support is not there,
and just adding reg entries won't add support. A new image is what you'd
need.
 
There's an admin program for MSMQ, msmqadm, I think it is. Read the PB help
on everything include MSMQ and you'll find lots of little utilities.

Paul T.

Bob Hanson said:
Hello Chris,

I did add the MSMQ component to a new image and the services list shows
the
listing but it is not stated. I don't believe that I have the correct
registry entries because I had tried to start it using services start but
I
received any error of 425.

This is why I am checking my registry entries.

Thanks for your help :)
 
Back
Top