Author |
Message
|
cross_worlds |
Posted: Wed Sep 14, 2005 9:52 am Post subject: Message Broker - MQ Cluster |
|
|
Apprentice
Joined: 29 Dec 2004 Posts: 27
|
Guys
need your help here.
we have 2 queue managers (QM1 and QM2) running on two different Solaris servers and planning to create a MQ cluster (say MYCluster) . i have WBIMB broker for QM1 and all input queues are currently sending/receiving messages from QM1. do i need to create another broker for QM2 ........ to accomodate the Cluster configuration....? |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 14, 2005 9:59 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Broker makes binding connections to a local queue manager.
It does not, without a custom node or a support pack, act in any way as an MQClient application. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
cross_worlds |
Posted: Wed Sep 14, 2005 10:14 am Post subject: |
|
|
Apprentice
Joined: 29 Dec 2004 Posts: 27
|
Hi Jeff,
do you mean to say I should create another broker for QM2 ?
this is the 1st time i am doing this .......... and want to make sure i am doing right. plz share your thoughts from ur experience in handling this.
thanks in adv. |
|
Back to top |
|
 |
wschutz |
Posted: Wed Sep 14, 2005 10:21 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Are you putting these two qmgrs in a cluster to load-balance work that is begin done by the broker? If the answer is YES, then you need two brokers, one running in the same machine as the qmgr itself. _________________ -wayne |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 14, 2005 10:22 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I mean to say that your question doesn't make sense.
Do you want to access the queues on the new qmgr in the cluster from within a broker?
Then create another broker.
Do you just want another qmgr in the same cluster as your broker?
Then don't create another broker. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|