Author |
Message
|
chanduy9 |
Posted: Tue Mar 26, 2002 11:50 am Post subject: |
|
|
Disciple
Joined: 28 Nov 2001 Posts: 177 Location: USA
|
Hi,
i want to create multiple brokers on same machine, i createted 2 queue managers and two brokers, they are having different databases(MQSIBKD1,MQSIBKD2), i want to use these two brokers in same control center...can some one explain how to do that...
Thanks in advance..
Chandra. |
|
Back to top |
|
 |
chanduy9 |
Posted: Tue Mar 26, 2002 11:51 am Post subject: |
|
|
Disciple
Joined: 28 Nov 2001 Posts: 177 Location: USA
|
|
Back to top |
|
 |
kolban |
Posted: Tue Mar 26, 2002 12:13 pm Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
You need to define a pair of channels from the configuration manager's queue manager to each of the two queue managers hosting the brokers. Remember, there is a one-to-one relationship between a broker and a local queue manager. The two queue managers on the local machine will have to have associated MQ listeners, each listener with its own TCP/IP port number (e.g. 1414 and 1415). Remember to specify this on the connection definition at the sender channels on the config manager queue manager.
With this done, simply add the two brokers to the configuration manager topology as you would do with one.
Note: You do not need two databases for two brokers. Multiple brokers will happily share the same database. |
|
Back to top |
|
 |
mkhadse |
Posted: Thu Apr 04, 2002 6:55 pm Post subject: |
|
|
Acolyte
Joined: 31 Dec 1969 Posts: 73
|
But if the same configuration manager is used by both the brokers, then will it not deploy the same flows to both the brokers, if both brokers share the same flows? |
|
Back to top |
|
 |
abiram8 |
Posted: Fri Apr 05, 2002 4:09 am Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 207 Location: India
|
Hi,
If you are using MQSI 2.1 there is some technique called Collective (Colletion of the broker in the Same Control Center )In teh Topology Pane here you can make your multiple Broker Communicate each other Even you can make collection of the Borker say Broker1 in AIX V5 talking to Broker2 of Windows NT
For more info try Using Control Ceneter PDF
Good Luck
R.Abiram
|
|
Back to top |
|
 |
vmcgloin |
Posted: Fri Apr 05, 2002 4:21 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
mkhadse said: "But if the same configuration manager is used by both the brokers, then will it not deploy the same flows to both the brokers, if both brokers share the same flows?"
You assign flows to each brokers individually, so there is no need to deploy the same flows to each broker. |
|
Back to top |
|
 |
chanduy9 |
Posted: Fri Apr 05, 2002 4:52 am Post subject: |
|
|
Disciple
Joined: 28 Nov 2001 Posts: 177 Location: USA
|
Hi,
I will be Thankful to every one..i will try all options..still if you have any sugesions please let me know.
Thanks,
Chandra. |
|
Back to top |
|
 |
Miriam Kaestner |
Posted: Mon Apr 08, 2002 12:11 pm Post subject: |
|
|
Centurion
Joined: 26 Jun 2001 Posts: 103 Location: IBM IT Education Services, Germany
|
Broker collectives apply to Pub/Sub only!
And, specifying a broker collective in Control Center is just a registration step. It does not connect the brokers - this you have to do manually in MQSeries. |
|
Back to top |
|
 |
|