Author |
Message
|
suneelsh |
Posted: Tue May 14, 2002 7:09 pm Post subject: 1 Config mgr --> multiple Qmanagers? |
|
|
 Acolyte
Joined: 13 Apr 2002 Posts: 69 Location: Pune,India
|
I was wondering if it was possible to link up one configmanager with multiple Qmanagers? While creating the Config mgr we give
mqsicreateconfigmgr -i username -a passwd -q qmanagerName ......
so only one qmanager can be associated with a config mgr?
Also suppose i have multiple brokers in diff machines and each had a diff q manager say 1,2,3...n then how do i link these brokers to a config mgr? |
|
Back to top |
|
 |
kirani |
Posted: Tue May 14, 2002 7:21 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
A configuration Manager can only have one queue manager.
You may have multiple brokers running on different servers. Let's say your configuration manager's queue manager name is QCM and the broker names are B1 (Qmgr:BQ1), B2(Qmgr:BQ2), B3(Qmgr:BQ3). All these brokers can be assigned to single configuration manager.
You will have to create a pair of Sender and Receiver channel between each broker and configuration manager's queue manager. i.e. between QCM and BQ1, BQ2, and BQ3.
Remember, one broker can be assigned to only one Configuration manager.
For more info on adding broker to your config manager refer to Administration/Installation guide. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
suneelsh |
Posted: Wed May 15, 2002 8:24 am Post subject: |
|
|
 Acolyte
Joined: 13 Apr 2002 Posts: 69 Location: Pune,India
|
thanks!  |
|
Back to top |
|
 |
suneelsh |
Posted: Wed May 15, 2002 8:27 am Post subject: |
|
|
 Acolyte
Joined: 13 Apr 2002 Posts: 69 Location: Pune,India
|
just one more thing...when i create a sender channel i need to associate a trnsmission q and also a remote q in the broker right? |
|
Back to top |
|
 |
kirani |
Posted: Wed May 15, 2002 5:18 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
When you create a sender channel, let's say on Configuration Manager's queue manager, you need to provide following information:
Name Of Channel: TO.QB1
Channel Type: Sender
Transmission Protocol: TCP/IP
Connection Name: IP_Addr_Of_Broker_Machine(PORT)
Transmission Q: QB1 (Same as Broker queue Manager name)
Similarly, On Broker's queue manager you need to create following,
Name Of Channel: TO.QB1
Channel Type: Receiver
Transmission Protocol: TCP/IP
All your application queue's are created on Broker's queue manager. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
suneelsh |
Posted: Wed May 15, 2002 7:18 pm Post subject: |
|
|
 Acolyte
Joined: 13 Apr 2002 Posts: 69 Location: Pune,India
|
Transmission q should be same as brokers Q mgr name? So i have to create a transmission Q with the brokers name on the config mgrs q mgr right? |
|
Back to top |
|
 |
kirani |
Posted: Wed May 15, 2002 7:27 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
No, On configuration queue manager, create a transmission queue with broker's queue manager name (not broker name).
Lets say you have a configuration manager and a broker named BK1 on 2 different machines. And both the queue managers name are as follows,
Configuration Manager's queue manger: CMQM
Broker's Queue Manager : BKQM1
On CMQM you should create a transmission queue named BKQM1 and on BKQM1 you should create a transmission queue named CMQM. Also define a pair of sender and receiver channels between these queue managers (as explained earlier). _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
suneelsh |
Posted: Thu May 16, 2002 8:36 am Post subject: |
|
|
 Acolyte
Joined: 13 Apr 2002 Posts: 69 Location: Pune,India
|
thanks kiriani! it works. Jus one final question...is it necessary to give the transmission Q as the name of the Q manager of the broker always? I mean will it nt work if i give some other name? |
|
Back to top |
|
 |
kirani |
Posted: Thu May 16, 2002 7:24 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
You are recommended to give the transmission queue the same name as
the queue manager to which it transmits messages.
Some of our friends in this forum had problems when they tried to create transmission queue with different name. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
|