Air Cleaner User Manual

On AIX, HP-UX, OS/2 Warp, Sun Solaris, and Windows NT, you can
specify the name of more than one exit program by specifying multiple
strings separated by commas. However, the total number of characters
specified must not exceed 999.
On OS/400, you can specify the names of up to 10 exit programs by
specifying multiple strings separated by commas.
On other platforms you can specify only one message exit name for each
channel.
For channels with a channel type (CHLTYPE) of CLNTCONN or
SVRCONN, this parameter is not relevant, because message exits are not
invoked for such channels.
The format and maximum length of the name depends on the
environment:
v On Compaq (DIGITAL) OpenVMS and UNIX systems, it is of the form:
libraryname(functionname)
The maximum length of the string is 128 characters.
v On OS/2 Warp, Windows, and Windows NT, it is of the form:
dllname(functionname)
where dllname is specified without the suffix (.DLL). The maximum
length of the string is 128 characters.
v On OS/400, it is of the form:
progname libname
where program name occupies the first 10 characters and libname the
second 10 characters (both blank-padded to the right if necessary). The
maximum length of the string is 20 characters.
v On OS/390, it is a load module name, maximum length 8 characters (128
characters are allowed for exit names for client-connection channels).
NETPRTY(integer)
The priority for the network connection. Distributed queuing chooses the
path with the highest priority if there are multiple paths available. The
value must be in the range 0 through 9; 0 is the lowest priority.
This parameter is valid only for CLUSRCVR channels.
This parameter is valid only on AIX, HP-UX, OS/2 Warp, OS/390, OS/400,
Sun Solaris, and Windows NT.
NPMSPEED
The class of service for nonpersistent messages on this channel:
FAST Fast delivery for nonpersistent messages; messages might be lost if
the channel is lost. This is the default. Messages are retrieved using
MQGMO_SYNCPOINT_IF_PERSISTENT and so are not included
in the batch unit of work.
NORMAL
Normal delivery for nonpersistent messages.
DEFINE CHANNEL
86
MQSeries MQSC Command Reference