Air Cleaner User Manual
SYSTEM.DEF.SVRCONN Server-connection channel
SYSTEM.DEF.CLNTCONN Client-connection channel
SYSTEM.DEF.CLUSSDR Cluster-sender channel
SYSTEM.DEF.CLUSRCVR Cluster-receiver channel
This is equivalent to defining the following object:
LIKE(SYSTEM.DEF.SENDER)
for a sender channel, and similarly for other channel types.
These default channel definitions can be altered by the installation to the
default values required.
On MQSeries for OS/390, the queue manager searches page set 0 for an
object with the name you specify. The disposition of the LIKE object is not
copied to the object you are defining.
Notes:
1. QSGDISP (GROUP) objects are not searched.
2. LIKE is ignored if QSGDISP(COPY) is specified. However, the group
object defined is used as a LIKE object.
LONGRTY(integer)
When a sender, server, or cluster-sender channel is attempting to connect
to the remote queue manager, and the count specified by SHORTRTY has
been exhausted, this specifies the maximum number of further attempts
that are made to connect to the remote queue manager, at intervals
specified by LONGTMR.
If this count is also exhausted without success, an error is logged to the
operator, and the channel is stopped. The channel must subsequently be
restarted with a command (it is not started automatically by the channel
initiator).
The value must be greater than or equal to zero, and less than or equal to
999 999 999.
This parameter is valid only for channels with a channel type (CHLTYPE)
of SDR, SVR, CLUSSDR, or CLUSRCVR.
LONGTMR(integer)
For long retry attempts, this is the maximum number of seconds to wait
before reattempting connection to the remote queue manager.
The time is approximate; zero means that another connection attempt is
made as soon as possible.
The interval between retries might be extended if the channel has to wait
to become active.
The value must be greater than or equal to zero, and less than or equal to
999 999 999.
Note: For implementation reasons, the maximum retry interval that can be
used is 999 999; values exceeding this will be treated as 999 999.
This parameter is valid only for channels with a channel type (CHLTYPE)
of SDR, SVR, CLUSSDR, or CLUSRCVR.
DEFINE CHANNEL
82
MQSeries MQSC Command Reference
|
|
|
|
|
|
|
|