Greg Robinson [mailto:[EMAIL PROTECTED]] wrote:

> I've done some research on the Classes in System.Messaging.
> All of the overviews state one can 'monitor' a queue with
> this namespace, however I am not finding anything under the
> Classes in System.Messaging that mention monitoring.  Am I
> missing the obvious here?

If by monitor you mean watch the queue for arbitrary messages, then what
about a MessageQueue::[Begin]Peek/MessageQueue::PeekCompleted combination?
You can use it to be notified when a message is placed on the queue and
because you're peeking, you won't affect the application that's actually
supposed to receive the message.

HTH,
Drew

[ .NET MVP | weblog: http://radio.weblogs.com/0104813/ ]

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to