G
Guest
Hello All,
Does anyone have a sample MSMQ reg file that I could view?
Thanks in advance for your help
Does anyone have a sample MSMQ reg file that I could view?
Thanks in advance for your help
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.
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
Paul said: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.