Author |
Message
|
sonicsqwirl |
Posted: Thu Apr 27, 2006 8:17 am Post subject: PCF Query for Maximum Number of Connections |
|
|
Newbie
Joined: 26 Apr 2006 Posts: 4
|
Is there a PCF Query to return the maximum number of connections that a Channel will accept?
Thanks in Advanace,
Scott |
|
Back to top |
|
 |
vennela |
Posted: Thu Apr 27, 2006 8:19 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
I don't think so.
Usually things that can be done using MQSC can be achieved by PCF but there may be exceptions.
What you have asked is not achievable I think |
|
Back to top |
|
 |
wschutz |
Posted: Thu Apr 27, 2006 8:40 am Post subject: Re: PCF Query for Maximum Number of Connections |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
sonicsqwirl wrote: |
Is there a PCF Query to return the maximum number of connections that a Channel will accept?
Thanks in Advanace,
Scott |
What do you exactly mean? Are oyu talking about mq client channels or normal channels, or something else? Can you give an example of what a "channel connection" means here _________________ -wayne |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Apr 27, 2006 9:58 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
A channel can accept an unlimited number of connections (OK, I'm sure there is some crazy high number internally that is a limit, but that's not what you want.)
A Queue Manager however can only allow a certain number, which is reflected in the QM Property called Max Active Channels. You can use PCF commands to get that value. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
wschutz |
Posted: Thu Apr 27, 2006 10:03 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Quote: |
MaxActiveChannels (MQCFIN)
Maximum number of channels (parameter identifier: MQIA_ACTIVE_CHANNELS).
The maximum number of channels that can be active at any time. This parameter applies to z/OS only.
|
 _________________ -wayne |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Apr 27, 2006 10:11 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Well, I could say I assumed he was talking about z/OS......
On distributed, you're gonna have to check the Registry on Windows (or the MQServices / MQExplorer GUI) or the qm.ini file on Unix. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|