Author |
Message
|
satya_jammy |
Posted: Fri Jul 30, 2010 3:30 am Post subject: Clustered QM's ClusteredQueue as a JMS Provider in WAS/WPG |
|
|
Acolyte
Joined: 01 Oct 2009 Posts: 66
|
Hi Gurus,
I am new to WAS/WPG , I Googled and able to succesfully integrate the WAS/WPG and QManager. I am able to make QManagers local queue as a JMS destination in was and WPG
BUt In my scenario i need to make an cluster queue of the QManager which doest have a local instance of that queue as it JMS destination. And if the QM was down the WAS/WPG should failover to different QM in that same cluster. The local intance of the Clustered queues are locally present in another 2 Qmanager .
I have surfed the net but unable to find any article which helps me in my scenario. It would be very Helpfull if you suggest any link that would help me in acheving my integration. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Jul 30, 2010 3:48 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
MQ clustering has nothing to do with failing over. |
|
Back to top |
|
 |
satya_jammy |
Posted: Fri Jul 30, 2010 4:06 am Post subject: |
|
|
Acolyte
Joined: 01 Oct 2009 Posts: 66
|
MQjeff : I agree with you. My intention is not to achieve failover using the Mq cluster .
Ok here i am looking for TWO Configurations:
1 Making Clustered Queue as a JMS destination.
2. How to make WAS Failover to different QMgr if the first QM is down |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Jul 30, 2010 4:22 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
1) Carefully
2) using a CCDT |
|
Back to top |
|
 |
satya_jammy |
Posted: Fri Jul 30, 2010 4:50 am Post subject: |
|
|
Acolyte
Joined: 01 Oct 2009 Posts: 66
|
Thanks for reply Mqjeff: any reference link on configuration of these would really help...  |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jul 30, 2010 5:03 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
satya_jammy wrote: |
Thanks for reply Mqjeff: any reference link on configuration of these would really help...  |
Well anything Java is not my strong suit but I'd imagine the answer to 1) would be found in any document that describes the JMS provider name set up (remembering that even under WAS you can only get messages from a locally hosted queue).
The answer to 2) is in the client documenation; link's at the top of this page. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|