Author |
Message
|
jeevan |
Posted: Thu May 10, 2007 6:45 am Post subject: Keeping Cluster chl alive |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
Does a cluster channel requrie to setup discint value to 0 in order to keep it alive or is there any other way? What is best practice?
The system is setup for PM4DATA which uses mq for transportation. All the queue managers have to be connected to enterprise server qmgr which is a FR along with one other qmgr. Any NODE should be able to communicate with any other node so we choose using CLUSTER connection rather than sender/receiver.
Any suggestion would be apprecaited
thanks |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu May 10, 2007 10:51 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7723
|
A cluster channel is like a regular channel when it comes to disconnect interval.
Best practice is NOT to set it to 0. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
jeevan |
Posted: Fri May 11, 2007 5:02 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
PeterPotkay wrote: |
A cluster channel is like a regular channel when it comes to disconnect interval.
Best practice is NOT to set it to 0. |
So what is the best practice? Use triggering ?
Thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri May 11, 2007 5:09 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If you follow the steps in the Info Center exactly, you won't have any problems. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Fri May 11, 2007 5:49 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7723
|
also do a search here for DISCINT. We've had good discussion on when and when not to use DISCINT 0, and why.  _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Michael Dag |
Posted: Fri May 11, 2007 6:23 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
jeevan wrote: |
PeterPotkay wrote: |
A cluster channel is like a regular channel when it comes to disconnect interval.
Best practice is NOT to set it to 0. |
So what is the best practice? Use triggering ?
Thanks |
CLUSTER channels are triggered by default as they all use the same transmission queue... _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
|