tags:

views:

76

answers:

2

Hi,

I am a novice with Websphere MQ and require some novice help. I am using Websphere MQ Explorer to connect to a queue but do not know how to write the connection string. I have all the details (host, port, channel, queue manager name) but do not know how to put them together correctly as a connection string.

Can any help this novice?

Thanks

+1  A: 

Hi deltamatrix,

Hopefully you are using the latest WebSphere MQ Explorer which is now a stand-alone download. You can find it at SupportPac MS0T which is available from the main SupportPac page. There are significant advantages to using that version, including Explorer Plug-Ins for WMQ FTE, WebSphere Message Broker, the MS0P plug-in which parses event messages, and more.

The screen shot below shows the connection dialog in the latest WMQ Explorer. It has separate fields for hostname (or IP address). port and channel. Just plug in the appropriate values and you are good to go!

WMQ Explorer Screen Shot

Hmmm...screen shot didn't post the way I'd hoped. Here's the URL: http://www.freeimagehosting.net/image.php?1b36af77f4.png

T.Rob
A: 

Here is one way to get you started (assuming your queue manager under default configuration):

  1. Queue Managers->Context Menu->Add Remote Queue Manager
  2. Fill in Queue manager name: Select Connect directly Next
  3. Fill in: Host name or IP Address: Port number: Server-connection channel: Next Next
  4. If you have a user configured usually mqm user, you will need to tick the "Enable user identification" here and fill in the user/pass here.
  5. Next, Next, Finish.

As you see, you might need to fill in other information such as SSL if you configured it at the target queue manager.

Then you should be able to see the queue manager in the tree. Click on the Queues icon to find the queue you care about.

Dr. Xray