ibm mq - How to monitor an existing queue from WebSphere MQ? -


I have one. The NET application that requires queue monitoring in WebSpace MQ. Without affecting the existing process, I need to respond to each message. Client application clarity can send me the same message.

Can I read the message without removing it from the queue? Can I be notified for every message? Can I configure the MQ to duplicate the existing QE?

Is there any other solution?

If you are using WMQ v7 then you can change the queue name for one of these Except other existing applications, they can do so without any effect.

At present, message makers and consumers use the same line. In WMQ v7, you can create a nickname on a topic so that the message creator thinks this is a line. After this, you can create two administrative, durable subscriptions, such as a point in the current input queue and a new digit in a dedicated queue to your new application.

Of course you're using V7 because the v6 gets out of service next year, right? You can upgrade QMgr to v7, which enables using this v6 client code for the app even while enabling this behavior.

If you are using WMQ v6 then you can work for you.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -