• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Do I Need Websphere Message Broker to run Websphere MQ?

 
Ranch Hand
Posts: 244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am a newbie to Websphere world. I have installed Websphere MQ in my local machine but unable to run it. Someone is saying I need to install Websphere MB along with it. Is it so?

Thanks,
Kousik
 
Bartender
Posts: 3903
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kousik,

No, you don't need to install Websphere Mesage Broker to run WebSphere MQ.

If you unable to start WebSphere MQ - refer logs, they should explain the problem.

Good luck,
MZ

 
Kousik Majumder
Ranch Hand
Posts: 244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Mikalai for your response...Actually MQ has been installed and it is running after clicking on the newly created Queue Manager....But when I am trying to connect the server then I am getting below error...Note I have Administrator access in my machine.



Thanks,
Kousik
 
Mikalai Zaikin
Bartender
Posts: 3903
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try to connect in different modes (bindings / client)

http://pic.dhe.ibm.com/infocenter/wmqv7/v7r1/index.jsp?topic=%2Fcom.ibm.mq.doc%2Fjm10260_.htm

Or use tutorials (redbooks) for basic samples.

P.S. Also, refer this page, it seems describes exactly how to resolve your problem: http://stackoverflow.com/questions/9111234/can-create-websphere-queue-manager-but-not-connect

Best regards,
MZ
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How are you trying to connect to the MQ ?
Through command line , through explorer or through an API

Have you checked if your MQ is UP and running ? Installation is one thing and starting your queue manager is another.
 
Kousik Majumder
Ranch Hand
Posts: 244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Mikalai Zaikin. It resolved my problem too.
 
reply
    Bookmark Topic Watch Topic
  • New Topic