Author |
Message
|
raz |
Posted: Sun Dec 21, 2008 10:43 am Post subject: MQ high avaialability question |
|
|
Acolyte
Joined: 10 Jul 2007 Posts: 70
|
Hi,
In my envirnonment I have MQ installed on Solaris.our business is supply-chain based so that we have connected to 120 customers with MQ channels(all customers have MQ server installed intheir system).
60 customers are connected to one gateway queue manager and another 60 to another qateway queue manager.
Here are my requirement regarding HA
if one gateway qmgr is down all the connections should automatically connect to another queue manager. Both queue managers are located on two different servers.
it would be great if you through any ideas.
Thanks |
|
Back to top |
|
 |
ashoon |
Posted: Sun Dec 21, 2008 11:10 am Post subject: mq cluster |
|
|
Master
Joined: 26 Oct 2004 Posts: 235
|
you should look at creating a cluster with your two qmgrs and your partners qmgrs...
that way they'll automatically switch when one of your qmgrs goes down - the other option is just have one gateway qmgr that is put under hardware HA control (less config. req's on your partners end)... _________________ IBM Certified - SOA Solution Designer & WebSphere Datapower SOA Appliances |
|
Back to top |
|
 |
Vitor |
Posted: Sun Dec 21, 2008 11:13 am Post subject: Re: MQ high avaialability question |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
raz wrote: |
it would be great if you through any ideas. |
Use HA software to support and fail over the gateway queue managers.
raz wrote: |
60 customers are connected to one gateway queue manager and another 60 to another qateway queue manager. |
Are these all connected sever-server or client server?
If they're server-server you can cluster the queue managers, but you'll hit the stuck message problem (discussed on this forum - use the search function) which might be an issue.
If they're client-server then you could use client connection table IF the applications are well behaved and reconnect on failure.
Best solution for HA is HA software. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
exerk |
Posted: Sun Dec 21, 2008 2:20 pm Post subject: Re: MQ high avaialability question |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
raz wrote: |
...(all customers have MQ server installed in their system)... |
Your two Gateway queue managers and the Customer queue managers in one cluster, and your two Gateway queue managers and your 'processing' queue managers in another, overlapping cluster, plus your two Gateway queue managers set up on HA hardware/software, e.g. separate LPAR's and HACMP - that's about as HA as it's possible to get. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
raz |
Posted: Sun Dec 21, 2008 2:57 pm Post subject: |
|
|
Acolyte
Joined: 10 Jul 2007 Posts: 70
|
Thanks for your response.
I cann't cretae cluster with my partners.
The only other option probably I can think of HA software.I know there is HACMP for AIX, can I use that for my existing MQ n Solaris and are there any other HA softwares in market.
Thanks |
|
Back to top |
|
 |
exerk |
Posted: Sun Dec 21, 2008 3:05 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
VCS (Veritas) and MC/ServiceGuard (HP) are two that spring to mind...investigate the use of the MC91 SupportPac, which mentions them. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
Sam Uppu |
Posted: Tue Dec 23, 2008 12:06 pm Post subject: |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
raz wrote: |
Thanks for your response.
I cann't cretae cluster with my partners.
The only other option probably I can think of HA software.I know there is HACMP for AIX, can I use that for my existing MQ n Solaris and are there any other HA softwares in market.
Thanks |
We are using Veritas Clustering for SunOS servers. |
|
Back to top |
|
 |
|