Author |
Message
|
redredred |
Posted: Wed Mar 26, 2008 10:56 am Post subject: configuring websphere application server with mq cluster |
|
|
Novice
Joined: 27 Feb 2007 Posts: 21
|
Hi Guys,
I have two queumanagers A and B(both are full repositories) which are clustered to provide the load balancing. wat kind the information i provide should about the cluster to appalication serever so that it will enable it create a server connections. if we gave queuemanager A details to websphere application server and if queue manager A goes down , will queue manger B pick up the messages as it is full repository if it picks up how websphere application server know about the queuuemanger B
. Thanks in advance
redredred |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Mar 26, 2008 11:06 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
There is no "cluster" as far as any MQ application is concerned.
You connect them to one or the other qmgr, individually.
You can use a Client Connection Table to give you some kinds of connection failover.
There is no facility in MQ Clustering for any kind of High Availability of queue managers or messages. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Mar 26, 2008 1:27 pm Post subject: Re: configuring websphere application server with mq cluster |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
redredred wrote: |
if queue manager A goes down , will queue manger B pick up the messages as it is full repository if it picks up how websphere application server know about the queuuemanger B
|
Even if you do reconnect to queue manager B, messages on A will be inaccessable until that queue manager comes back up.
If you want HA, use HA software & use it to protect the queue managers. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
vennela |
Posted: Tue Apr 01, 2008 8:46 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
And in WAS there is no way to specify the channel table while defining the JMS resources |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Apr 02, 2008 4:57 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
vennela wrote: |
And in WAS there is no way to specify the channel table while defining the JMS resources |
This has changed with MQ V6. You can now pass the channel file url to the QCF/TCF.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|