Author |
Message
|
cots |
Posted: Thu Jun 08, 2006 10:34 am Post subject: what is chanenlname maximum length in MQ6? |
|
|
Centurion
Joined: 16 Jun 2003 Posts: 105
|
All -
can someone let me know what is the maxium length for the channelname in mq6?
thanks in advance,
Newbie |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 08, 2006 10:45 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
wschutz |
Posted: Thu Jun 08, 2006 10:45 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
same as MQ v2 ... 20 characters... _________________ -wayne |
|
Back to top |
|
 |
wschutz |
Posted: Thu Jun 08, 2006 10:48 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
hah...you can learn something new every day:
Quote: |
The name must not be the same as any existing channel defined on this queue manager (unless REPLACE or ALTER is specified). On z/OS, client-connection channel names can duplicate others.
|
_________________ -wayne |
|
Back to top |
|
 |
mvic |
Posted: Thu Jun 08, 2006 12:11 pm Post subject: Re: what is chanenlname maximum length in MQ6? |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
cots wrote: |
maxium length for the channelname |
In cmqc.h:
Code: |
#define MQ_CHANNEL_NAME_LENGTH 20 |
|
|
Back to top |
|
 |
|