473,503 Members | 6,587 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MS message queue question

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.
Jul 21 '05 #1
7 1587
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
_________________________
"Flip" <[remove_me]ph******@hotmail.com> wrote in message
news:uW**************@tk2msftngp13.phx.gbl...
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.

Jul 21 '05 #2
> 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.
Jul 21 '05 #3
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
_________________________
"Flip" <[remove_me]ph******@hotmail.com> wrote in message
news:u0**************@TK2MSFTNGP10.phx.gbl...
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.

Jul 21 '05 #4
> 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.
Jul 21 '05 #5
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
_________________________
"Flip" <[remove_me]ph******@hotmail.com> wrote in message
news:uk**************@tk2msftngp13.phx.gbl...
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.

Jul 21 '05 #6
> 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! :>
Jul 21 '05 #7
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
_________________________
"Flip" <[remove_me]ph******@hotmail.com> wrote in message
news:O$**************@TK2MSFTNGP15.phx.gbl...
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! :>

Jul 21 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2602
by: Rodrigo GarcĂ­a | last post by:
Hi. The problem is a bit hard to explain. I have a ServicedComponent method which runs a distributed transaction consisting on a a MessageQueue reception and several database operations. That...
2
1861
by: Gvs | last post by:
Hi, I'm currently trying to pass messages into a queue. This all works fine, however, i'm trying to my program to stop sending messages to the queue when it reaches an upper threshold. At...
0
1055
by: Kimmo Laine | last post by:
Hi, i have the a test app ( Sender ) with 3 buttons: first will open/create queue, second will send the message and third will close the queue. Here is the code private void...
0
2114
by: Marcus | last post by:
Hello All, I am trying to create a private MSMQ message queue on a remote application server from an asp.net application using the following code: Dim queue As MessageQueue queue =...
7
274
by: Flip | last post by:
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...
19
6235
by: ern | last post by:
I need a FIFO queue of size 20, to keep track of a running average. Once the queue is full with 20 values, I want to take the sum/20 = AVERAGE. Then when a new value comes in, I want: (Old Sum...
6
16686
by: les | last post by:
Here's a class which uses 2.0 generics to implement an inter-thread message queue in C#. Any number of threads can post and read from the queue simultaneously, and the message object can be any...
1
3868
by: Andrew Robert | last post by:
Hi everyone, Could someone help explain what I am doing wrong in this code block? This code block is an excerpt from a larger file that receives transmitted files via IBM WebSphere MQSeries...
3
4995
by: Ahmad Jalil Qarshi | last post by:
Hi, I have developed an application in C on IBM AIX 5.2. Its using multiple Message Queues to share data between different processes. I am using following functions to send/receive messages...
0
7193
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7067
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7264
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7316
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6975
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
4992
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3160
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3148
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
728
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.