How to monitor an existing queue from WebSphere MQ?
Posted
by Jorge
on Stack Overflow
See other posts from Stack Overflow
or by Jorge
Published on 2010-06-14T16:57:00Z
Indexed on
2010/06/14
17:02 UTC
Read the original article
Hit count: 370
mqseries
|websphere-mq
I have a .NET application that needs to monitor a queue in WebSphere MQ. I need to react to each message without impacting the current process. The client application can't explicity send me the same message.
Can I read a message without removing it from the queue? Can I be notified for each message? Can I configure the MQ to duplicate the current queue?
Is there another solution?
© Stack Overflow or respective owner