I’m new trying to configure MQ service following this tutorial but when I tried to alter the service SYSTEM.BROKER it says that it cannot be found. What possibly am I doing wrong?
I’m using Version 7.0 of WebSphere MQ.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Note that the article applies to WMQ v6.0 whereas in v7.0 there is no pub/sub broker. In v7.0 and higher, pub/sub is natively supported as part of the queue manager.
After a quick review of the tutorial, I believe that you can safely skip all of Step C: Set Up Pub/Sub. This step creates the queues that the V6 pub/sub broker required and then started it. V7 neither requires these queues nor has a separate pub/sub broker component to start.
You can actually see this in action in the last 45 seconds or so of this video where a new QMgr is created and then, without any additional setup, a message is published and received with a subscriber.
So skip Step C and continue on with the tutorial and you should be OK.