MS message queue question

  • Thread starter Thread starter Flip
  • Start date Start date
F

Flip

I've been reading about message queues (ex
http://www.devx.com/dotnet/Article/27560) and I thought I had installed the
message queue from the IIS install, and I can see it running in Services,
but when I goto look at it under the MMC tool under Applications, it's not
there? Am I doing something wrong? Does it not show up in there, unless I
add messages to the queue?

Thanks.
 
it will show up under services because it is a service

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
 
it will show up under services because it is a service
Hi Alvin. Yes, I see it under Control Panel, Services, which leads me to
believe it's running and working properly. I was just wondering now that I
know it's running, how do I administer it? Or maybe I just misunderstand
the queueing thing? In WebLogic you can admin it through their console,
which I thought I could see something similar in the MMC for IIS. Not the
case here? Can you tell I'm new to this? :< Sorry if the questions are
bit noob or confused.

Thanks.
 
control panel > computer management > services and applications. From there
you can right-click on the particular service and set some options etc

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
 
control panel > computer management > services and applications. From
there you can right-click on the particular service and set some options
etc
That's what I mean, what happens if there's no message queue listed there?
What could I be doing wrong? Is this even possible? I can see the message
queue in the Services window, but not in here. :<

Thanks.
 
that simply means the queue isn't installed correctly and will misbehave.
i'd suggest you uninstall first and then do a fresh install of the queue to
fix this.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
 
that simply means the queue isn't installed correctly and will misbehave.
i'd suggest you uninstall first and then do a fresh install of the queue
to fix this.
Darn, I thought that's what it could be, but was hoping for something
better. Oh well, thanks for confirming! :>
 
hey, i'm just the bearer of bad news :-)

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
 
Back
Top