Author |
Message
|
Monk |
Posted: Wed Mar 11, 2009 2:04 am Post subject: MQ cluster and exits |
|
|
 Master
Joined: 21 Apr 2007 Posts: 282
|
Hi All,
Again this is regarding the MQ Clustering.
I have currently some exits(security,API..) configured on my single Queue manager.
Now if I make a MQ cluster containing say 4 QM , will I have to configure the exits on all the QMs..?
Thanks _________________ Thimk |
|
Back to top |
|
 |
Vitor |
Posted: Wed Mar 11, 2009 2:13 am Post subject: Re: MQ cluster and exits |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Monk wrote: |
Now if I make a MQ cluster containing say 4 QM , will I have to configure the exits on all the QMs..?
|
Yes. Be aware that if you're using channel exits, you'll need to ensure the exits work properly with the auto-defined channel.
 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
KeeferG |
Posted: Wed Mar 11, 2009 2:23 am Post subject: |
|
|
 Master
Joined: 15 Oct 2004 Posts: 215 Location: Basingstoke, UK
|
I am assuming that the 4 queue managers are on different machines so don't forget to deploy the exit to all of those machine as well. This is easily forgotten, at least at my company any way. _________________ Keith Guttridge
-----------------
Using MQ since 1995 |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Mar 11, 2009 3:23 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
or ... if the channel exit is not needed (or available) on all queuemanagers within the cluster, you need a channel autodefinition exit to remove it from the implizit defined cluster channels.
we do have this situation, we have z/OS and Unxi queuemanagers within a cluster and channel exit in CLUSRCVR on z/OS, which is not needed in CLUSSDR ot Unix.... _________________ Regards, Butcher |
|
Back to top |
|
 |
Vitor |
Posted: Wed Mar 11, 2009 3:31 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Mr Butcher wrote: |
or ... if the channel exit is not needed (or available) on all queuemanagers within the cluster, you need a channel autodefinition exit to remove it from the implizit defined cluster channels.
|
So when I said "work properly with auto-defined channels", I should of course have mentioned the case where you don't want them to work...  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Thu Mar 19, 2009 10:04 pm Post subject: Re: MQ cluster and exits |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
Monk wrote: |
Hi All,
Again this is regarding the MQ Clustering.
I have currently some exits(security,API..) configured on my single Queue manager.
Now if I make a MQ cluster containing say 4 QM , will I have to configure the exits on all the QMs..?
Thanks |
You can read the instructions in the cluster security exit manual.
Another manual is being provided by Capitalware on cluster security that I followed in my company.
There are few steps clearly mentioned in the pdf and easy to follow them.
http://www.capitalware.biz/mqausx_manuals.html
Hope this will help you while implementing the similar kind of scenario.
Thanks |
|
Back to top |
|
 |
|