Home
Response data - channel initiator information
- ActiveChannels (MQCFIN)
- The number of active channel connections (parameter identifier: MQIACH_ACTIVE_CHL).
- ActiveChannelsMax (MQCFIN)
- The requested number of active channel connections (parameter identifier: MQIACH_ACTIVE_CHL_MAX).
- ActiveChannelsPaused (MQCFIN)
- The number of active channel connections that have paused, waiting to become active, because the limit for active channels has been reached (parameter identifier: MQIACH_ACTIVE_CHL_PAUSED).
- ActiveChannelsRetrying (MQCFIN)
- The number of active channel connections that are attempting to reconnect following a temporary error (parameter identifier: MQIACH_ACTIVE_CHL_RETRY).
- ActiveChannelsStarted (MQCFIN)
- The number of active channel connections that have started (parameter identifier: MQIACH_ACTIVE_CHL_STARTED).
- ActiveChannelsStopped (MQCFIN)
- The number of active channel connections that have stopped, requiring manual intervention (parameter identifier: MQIACH_ACTIVE_CHL_STOPPED).
- AdaptersMax (MQCFIN)
- The requested number of adapter subtasks (parameter identifier: MQIACH_ADAPS_MAX).
- AdaptersStarted (MQCFIN)
- The number of active adapter subtasks (parameter identifier: MQIACH_ADAPS_STARTED).
- ChannelInitiatorStatus (MQCFIN)
- Status of the channel initiator (parameter identifier: MQIACF_CHINIT_STATUS).
The value can be:
- MQSVC_STATUS_STOPPED
- The channel initiator is not running.
- MQSVC_STATUS_RUNNING
- The channel initiator is fully initialized and is running.
- CurrentChannels (MQCFIN)
- The number of current channel connections (parameter identifier: MQIACH_CURRENT_CHL).
- CurrentChannelsLU62 (MQCFIN)
- The number of current LU 6.2 channel connections (parameter identifier: MQIACH_CURRENT_CHL_LU62).
- CurrentChannelsMax (MQCFIN)
- The requested number of channel connections (parameter identifier: MQIACH_CURRENT_CHL_MAX).
- CurrentChannelsTCP (MQCFIN)
- The number of current TCP/IP channel connections (parameter identifier: MQIACH_CURRENT_CHL_TCP).
- DispatchersMax (MQCFIN)
- The requested number of dispatchers (parameter identifier: MQIACH_DISPS_MAX).
- DispatchersStarted (MQCFIN)
- The number of active dispatchers (parameter identifier: MQIACH_DISPS_STARTED).
- SSLTasksMax (MQCFIN)
- The requested number of SSL server subtasks (parameter identifier: MQIACH_SSLTASKS_MAX).
- SSLTasksStarted (MQCFIN)
- The number of active SSL server subtasks (parameter identifier: MQIACH_SSLTASKS_STARTED).
- TCPName (MQCFST)
- TCP system name (parameter identifier: MQCACH_TCP_NAME).
The maximum length is MQ_TCP_NAME_LENGTH.
Parent topic:
Inquire Channel Initiator (Response)
pc12240_
Home