Discussion:
messaging queue disappears from Computer Managerment after reboot
(too old to reply)
s***@gmail.com
2008-08-26 15:51:07 UTC
Permalink
Hi all,

I have MSMQ installed and working. However, on reboot of my machine,
the Message Queueing is no longer visible in Computer Management and
also from code, the queues are not accessible.

The actual msmq queueing service is there and is running. The queues
in C:\WINDOWS\system32\msmq\ all appear to be fine.

When I go to Add/remove windows components, it appears that MSMQ is
installed. I need to uninstall it, then reinstall and add my queues
back in in order for it to work again.

Any one with any ideas on a possible cause for this?

I am running an XP Service Pack 3 machine.

Kind regards,
Sean
John Breakwell (MSFT)
2008-08-26 17:10:02 UTC
Permalink
Hi

What error does your code return when it tries to access the queues?
0xC00E0003 (queue not found)
0xC00EE00B (service not available)
or something else?

If Computer Management cannot show Message Queuing branch then cannot
connect to the local MSMQ service.
If the service is running then it is probably a permissions issue.
The logged in account will need at least Get properties to Message Queuing.
Is the machine running in AD-integrated or workgroup mode?

Cheers
John Breakwell (MSFT)
Post by s***@gmail.com
Hi all,
I have MSMQ installed and working. However, on reboot of my machine,
the Message Queueing is no longer visible in Computer Management and
also from code, the queues are not accessible.
The actual msmq queueing service is there and is running. The queues
in C:\WINDOWS\system32\msmq\ all appear to be fine.
When I go to Add/remove windows components, it appears that MSMQ is
installed. I need to uninstall it, then reinstall and add my queues
back in in order for it to work again.
Any one with any ideas on a possible cause for this?
I am running an XP Service Pack 3 machine.
Kind regards,
Sean
sean
2008-08-27 11:50:41 UTC
Permalink
Hi John,

It was the 0xC00E0003 (queue not found) error that I was getting.

I bit the bullet this morning and rebuilt my PC and, so far,
everything looks to be working again.

No idea of the reason....

Kind regards,
Sean
s***@gmail.com
2017-09-06 11:39:14 UTC
Permalink
Post by sean
Hi John,
It was the 0xC00E0003 (queue not found) error that I was getting.
I bit the bullet this morning and rebuilt my PC and, so far,
everything looks to be working again.
No idea of the reason....
Kind regards,
Sean
=====================
The reason that msmq is not showing is because messaging queue service not running.
start the msmq service and you will be able to see the msmq
Thanks
Sitaram Vishwakarma

Loading...