Author |
Message
|
KAKA123 |
Posted: Thu Feb 23, 2012 2:40 am Post subject: Broker Topology |
|
|
Novice
Joined: 23 Feb 2012 Posts: 13
|
Dear All,
I am new user in this nice website and I need help from you.
I want to install Broker 8 on two production servers that connecting with MQ cluster and I want to know how to communicate these two identical brokers so there is no need to deploy on both server or two times
So any how to do this?
Thanks in advance |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Feb 23, 2012 2:46 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You can't.
You must deploy to each Execution Group individually.
Even in Broker v8.
You can write a tool that will deploy the same bar files to the same egs on each broker. It's not hard to write a very simple script that does this using mqsideploy.
But that still has to deploy twice. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Feb 23, 2012 8:03 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Shouldn't the config manager API allow you to do this in one shot (since V7)? Whether that results in multiple deploys under the covers is then a different story...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Feb 24, 2012 2:04 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
fjb_saper wrote: |
Shouldn't the config manager API allow you to do this in one shot (since V7)? Whether that results in multiple deploys under the covers is then a different story...  |
So you mean, if you wrote a tool that used the configMgr API? |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Feb 25, 2012 4:29 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
mqjeff wrote: |
fjb_saper wrote: |
Shouldn't the config manager API allow you to do this in one shot (since V7)? Whether that results in multiple deploys under the covers is then a different story...  |
So you mean, if you wrote a tool that used the configMgr API? |
Indeed. That's what I wanted the OP to realize...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
KAKA123 |
Posted: Sun Feb 26, 2012 12:19 am Post subject: |
|
|
Novice
Joined: 23 Feb 2012 Posts: 13
|
dear all,
thank you for your replays. but what is the best way to control the two broker on different servers and the two broker should do same as load balance |
|
Back to top |
|
 |
Vitor |
Posted: Sun Feb 26, 2012 4:58 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
KAKA123 wrote: |
what is the best way to control the two broker on different servers and the two broker should do same as load balance |
Use a script to control the deploys. What's the point of people answering if you're not going to listen? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
KAKA123 |
Posted: Mon Feb 27, 2012 10:10 pm Post subject: Thank you all |
|
|
Novice
Joined: 23 Feb 2012 Posts: 13
|
|
Back to top |
|
 |
|