English 中文(简体)
Connecting to an MQ: Newbie question
原标题:
  • 时间:2010-01-08 11:44:06
  •  标签:
  • ibm-mq

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

问题回答

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.

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!

enter image description here





相关问题
Setting LDAP Configuration in IBM Websphere Message Broker

I m a newbe for message broker. I m trying to create webservice security in message broker authenticated using LDAP. but the authentication is always fail in my SOAP message header I have specify ...

How can I get an existing JMS queue?

I feel like this is probably a pretty simple question, but this is my first foray into JMS, so I am a little unsure. I am trying to write to an existing JMS queue (and then read from another queue), ...

MQ EOL Data conversion

we are sending data trough MQ from a z/OS/CICS system to an AS400. Original encoding of the message is CCSID 500 with a MQSTR Format. The client application is getting the message with the CONVERT ...

Connecting to an MQ: Newbie question

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, ...

热门标签