|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Connection B/W MQ running on SOLAIR and Z/OS |
« View previous topic :: View next topic » |
Author |
Message
|
wildcats |
Posted: Thu Apr 12, 2007 1:32 pm Post subject: Connection B/W MQ running on SOLAIR and Z/OS |
|
|
 Newbie
Joined: 12 Apr 2007 Posts: 6
|
Installed MQ Server 5.3 on a SUN Solaris HOST. I have some understanding of QM, Queues, Remote Queue Defn, and MCAs.
Not sure How would I create a connection b/w Solaris MQ and Mainframe MQ. Is there any file in which I need to give the ipaddress of remote HOST.
All help is greatly appreciated.
 |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Apr 12, 2007 2:53 pm Post subject: |
|
|
Guest
|
You need to create MQ channels between the two queue managers. Two manuals to look at: MQ Intercommunications; MQ Script Command Reference.
Briefly, channels come in pairs - one Sender, one Receiver, for example.
Messages flow one way on a channel. If you need messages to flow in the other direction, you will need to create a second pair of channels. Sender channels send messages from a transmission queue (xmitq). The QRemote definition specifies the name of the xmit queue. The programmer opens the QRemote definition.
To get messages from SUN to z/OS, create:
On the SUN qmgr:
one Sender channel from SUN to z/OS. Let's call it SUN.ZOS. On the Sender channel definition you specify ipaddress(port) of the z/OS qmgr and listener.
On z/OS:
one Receiver channel from SUN to z/OS. Exact same name: SUN.ZOS.
To get messages from z/OS to SUN, create the inverse channel pair. Let's call it ZOS.SUN.
On z/OS: one Sender channel from z/OS to SUN, specifying SUN qmgr ipaddress(port).
On SUN: one Receiver channel from z/OS to SUN. Exact same channel name: ZOS.SUN.
Examples for each platform type in the Intercommunications manual.
You will need to have ip running on both SUN and z/OS. You will need to have listeners running on both, as well.
Hope this helps. |
|
Back to top |
|
 |
wildcats |
Posted: Fri Apr 13, 2007 12:41 pm Post subject: |
|
|
 Newbie
Joined: 12 Apr 2007 Posts: 6
|
Great explanation. Thank you very much. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|