Queue manager attributes

ActivityRecording (MQCFIN)

Specifies whether activity recording is enabled or disabled (parameter identifier: MQIA_ACTIVITY_RECORDING).

The value can be:

MQRECORDING_MSG

Activity recording is enabled. Activity reports are delivered to the reply-to queue specified in the message descriptor of the message.

MQRECORDING_Q

Activity recording is enabled. Activity reports are delivered to a fixed name queue.

MQRECORDING_DISABLED.

Activity recording is disabled.

AdoptNewMCACheck (MQCFIN)

Procedure to determine if an existing receiver MCA is to be adopted when an inbound channel is detected of the same name (parameter identifier: MQIA_ADOPTNEWMCA_CHECK).

The value can be:

MQADOPT_CHECK_Q_MGR_NAME

Compare the receiver MCA and the inbound channel. If the queue manager names match, the existing receiver MCA is adopted providing it is active. If they don't match, the existing receiver MCA is cancelled, and a new MCA is created.

MQADOPT_CHECK_NET_ADDR

Compare the receiver MCA and the inbound channel. If the network addresses match, the existing receiver MCA is adopted providing it is active. If they don't match, the existing receiver MCA is cancelled, and a new MCA is created.

MQADOPT_CHECK_ALL

Compare the receiver MCA and the inbound channel. If both the queue manager names, and the network addresses match, the existing receiver MCA is adopted providing it is active. If they don't match, the existing receiver MCA is cancelled, and a new MCA is created.

MQADOPT_CHECK_NONE

If the existing receiver MCA is active it is adopted with no checks.

AdoptNewMCAType (MQCFIN)

Specifies whether orphaned receiver MCAs are to be restarted when an inbound channel matching the AdoptNewMCACheck procedure is detected (parameter identifier: MQIA_ADOPTNEWMCA_TYPE).

The value can be:

MQADOPT_TYPE_NO

Do not restart and adopt orphaned receiver MCAs.

MQADOPT_TYPE_ALL

Restart and adopt orphaned receiver MCAs.

AlterationDate (MQCFST)

Alteration date (parameter identifier: MQCA_ALTERATION_DATE).

The date when the information was last altered.

AlterationTime (MQCFST)

Alteration time (parameter identifier: MQCA_ALTERATION_TIME).

The time when the information was last altered.

AuthorityEvent (MQCFIN)

Controls whether authorization (Not Authorized) events are generated (parameter identifier: MQIA_AUTHORITY_EVENT).

The value can be:

MQEVR_DISABLED

Event reporting disabled.

BridgeEvent (MQCFIN)

Determines whether IMS bridge events are generated (parameter identifier: MQIA_BRIDGE_EVENT).

The value can be:

MQEVR_ENABLED

All IMS bridge events are enabled.

MQEVR_DISABLED

All IMS bridge events are disabled.

ChannelAutoDefExit (MQCFST)

Channel auto-definition exit name (parameter identifier: MQCA_CHANNEL_AUTO_DEF_EXIT).

The maximum length of the exit name is MQ_EXIT_NAME_LENGTH.

This parameter is supported only in the environments in which an MQSeries V5.1 product, or later, is available.

ChannelEvent (MQCFIN)

Determines whether channel events are generated (parameter identifier: MQIA_CHANNEL_EVENT).

The value can be:

MQEVR_ENABLED

All channel events are enabled.

MQEVR_EXCEPTION

Only the following channels events are enabled:

  • MQRC_CHANNEL_ACTIVATED

  • MQRC_CHANNEL_CONV_ERROR

  • MQRC_CHANNEL_NOT_ACTIVATED

  • MQRC_CHANNEL_STOPPED

MQEVR_DISABLED

All channel events are disabled.

ChannelMonitoring (MQCFIN)

Level of real-time monitoring data collection for channels (parameter identifier: MQIA_MONITORING_CHANNEL).

The value can be:

MQMON_NONE

Monitoring data collection is disabled, regardless of the setting for the ChannelMonitoring channel attribute.

MQMON_OFF

Monitoring data collection is turned off for channels specifying MQMON_Q_MGR in the ChannelMonitoring channel attribute.

MQMON_LOW

Monitoring data collection is turned on with a low ratio of data collection for channels specifying MQMON_Q_MGR in the ChannelMonitoring channel attribute.

MQMON_MEDIUM

Monitoring data collection is turned on with a moderate ratio of data collection for channels specifying MQMON_Q_MGR in the ChannelMonitoring channel attribute.

MQMON_HIGH

Monitoring data collection is turned on with a high ratio of data collection for channels specifying MQMON_Q_MGR in the ChannelMonitoring channel attribute.

ChinitAdapters (MQCFIN)

Number of channel initiator adapter subtasks to use for processing WebSphere MQ calls (parameter identifier: MQIA_CHINIT_ADAPTERS).

This value must be between 0 and 9999.

ChinitDispatchers (MQCFIN)

Number of dispatchers to use for the channel initiator (parameter identifier: MQIA_CHINIT_DISPATCHERS).

ChinitServiceParm (MQCFST)

This attribute is reserved for use by IBM (parameter identifier: MQCA_CHINIT_SERVICE_PARM).

ChinitTraceAutoStart (MQCFIN)

Specifies whether the channel initiator trace should start automatically (parameter identifier: MQIA_CHINIT_TRACE_AUTO_START).

The value can be:

MQTRAXSTR_YES

Channel initiator trace starts automatically.

MQTRAXSTR_NO

Channel initiator trace does not starts automatically.

ChinitTraceTableSize (MQCFIN)

Size of the channel initiator's trace data space, in MB (parameter identifier: MQIA_CHINIT_TRACE_TABLE_SIZE).

ClusterSenderMonitoring (MQCFIN)

Level of real-time monitoring data collection for auto-defined cluster sender channels (parameter identifier: MQIA_MONITORING_AUTO_CLUSSDR).

The value can be:

MQMON_Q_MGR

The collection of monitoring data is inherited from the setting of the ChannelMonitoring attribute in the queue manager object.

MQMON_OFF

Monitoring data collection is disabled.

MQMON_LOW

Monitoring data collection is turned on with a low ratio of data collection.

MQMON_MEDIUM

Monitoring data collection is turned on with a moderate ratio of data collection.

MQMON_HIGH

Monitoring data collection is turned on with a high ratio of data collection.

ClusterWorkLoadData (MQCFST)

Data passed to the cluster workload exit (parameter identifier: MQCA_CLUSTER_WORKLOAD_DATA).

ClusterWorkLoadExit (MQCFST)

Name of the cluster workload exit (parameter identifier: MQCA_CLUSTER_WORKLOAD_EXIT).

The maximum length of the exit name is MQ_EXIT_NAME_LENGTH.

ClusterWorkLoadLength (MQCFIN)

Cluster workload length (parameter identifier: MQIA_CLUSTER_WORKLOAD_LENGTH).

The maximum length of the message passed to the cluster workload exit.

CLWLMRUChannels (MQCFIN)

Number of active outbound cluster channels (parameter identifier: MQIA_CLWL_MRU_CHANNELS).

CLWLUseQ (MQCFIN)

This defines the behavior of an MQPUT when the target queue has both a local instance and at least one remote cluster instance (parameter identifier: MQIA_CLWL_USEQ).

The value can be:

MQCLWL_USEQ_ANY

Use remote and local queues.

MQCLWL_USEQ_LOCAL

Do not use remote queues.

CodedCharSetId (MQCFIN)

Coded character set identifier (parameter identifier: MQIA_CODED_CHAR_SET_ID).

CommandEvent (MQCFIN)

Controls whether command events are generated (parameter identifier: MQIA_COMMAND_EVENT).

The value can be:

MQEVR_DISABLED

Command event generation disabled.

MQEVR_ENABLED

Command event generation enabled.

MQEVR_NO_DISPLAY

Command events are generated for all commands other than MQSC DISPLAY commands and PCF Inquire commands.

CommandInputQName (MQCFST)

Command input queue name (parameter identifier: MQCA_COMMAND_INPUT_Q_NAME).

The maximum length of the string is MQ_Q_NAME_LENGTH.

CommandLevel (MQCFIN)

Command level supported by queue manager (parameter identifier: MQIA_COMMAND_LEVEL).

ConfigurationEvent (MQCFIN)

Controls whether configuration events are generated (parameter identifier: MQIA_CONFIGURATION_EVENT).

The value can be:

MQEVR_DISABLED

Configuration event generation disabled.

MQEVR_ENABLED

Configuration event generation enabled.

CPILevel (MQCFIN)

CPI level (parameter identifier: MQIA_CPI_LEVEL).

DeadLetterQName (MQCFST)

Dead letter (undelivered message) queue name (parameter identifier: MQCA_DEAD_LETTER_Q_NAME).

Specifies the name of the local queue that is to be used for undelivered messages. Messages are put on this queue if they cannot be routed to their correct destination.

The maximum length of the string is MQ_Q_NAME_LENGTH.

DefXmitQName (MQCFST)

Default transmission queue name (parameter identifier: MQCA_DEF_XMIT_Q_NAME).

This is the name of the default transmission queue that is used for the transmission of messages to remote queue managers, if there is no other indication of which transmission queue to use.

The maximum length of the string is MQ_Q_NAME_LENGTH.

DNSGroup (MQCFST)

The name of the group that the TCP listener that handles inbound transmissions for the queue sharing group must join when using Workload Manager for Dynamic Domain Name Services (parameter identifier: MQCA_DNS_GROUP).

The maximum length of this name is MQ_DNS_GROUP_NAME_LENGTH.

DNSWLM (MQCFIN)

Specifies whether the TCP listener that handles inbound transmissions for the queue sharing group will register with the Workload Manager for Dynamic Domain Name Services (parameter identifier: MQIA_DNS_WLM).

The value can be:

MQDNSWLM_YES

Register with the Workload Manager for Dynamic Domain Name Services.

MQDNSWLM_NO

Do not register with the Workload Manager for Dynamic Domain Name Services.

ExpiryInterval (MQCFIN)

Expiry interval (parameter identifier: MQIA_EXPIRY_INTERVAL).

IGQPutAuthority (MQCFIN)

IGQ put authority (parameter identifier: MQIA_IGQ_PUT_AUTHORITY).

IGQUserId (MQCFST)

IGQ user identifier (parameter identifier: MQCA_IGQ_USER_ID).

The maximum length of the string is MQ_USER_ID_LENGTH.

InhibitEvent (MQCFIN)

Controls whether inhibit (Inhibit Get and Inhibit Put) events are generated (parameter identifier: MQIA_INHIBIT_EVENT).

The value can be:

MQEVR_DISABLED

Event reporting disabled.

MQEVR_ENABLED

Event reporting enabled.

IntraGroupQueueing (MQCFIN)

Intra group queueing (parameter identifier: MQIA_INTRA_GROUP_QUEUING).

IPAddressV(MQCFIN)

Specifies the IP version to be used (parameter identifier: MQIA_IP_ADDRESS_VERSION).

The value can be:

MQIPADDR_IPV4

The IPv4 stack is used.

MQIPADDR_IPV6

The IPv6 stack is used.

ListenerTimer (MQCFIN)

The time interval, in seconds, between attempts to restart a listener following an APPC or TCP/IP failure (parameter identifier: MQCA_LISTENER_TIMER).

LocalEvent (MQCFIN)

Controls whether local error events are generated (parameter identifier: MQIA_LOCAL_EVENT).

The value can be:

MQEVR_DISABLED

Event reporting disabled.

MQEVR_ENABLED

Event reporting enabled.

LU62ARMSuffix (MQCFST)

The suffix of the SYS1.PARMLIB member APPCPMxx, that nominates the LUADD for this channel initiator (parameter identifier: MQCA_LU62_ARM_SUFFIX).

The maximum length of this name is MQ_ARM_SUFFIX_LENGTH.

LU62Channels (MQCFIN)

Maximum number of current channels that use the LU 6.2 transmission protocol, including clients connected to server connection channels (parameter identifier: MQIA_LU62_CHANNELS).

LUGroupName (MQCFST)

The generic LU name that the LU 6.2 listener that handles inbound transmissions for the queue sharing group is to use. This name must be the same as LUName (parameter identifier: MQCA_LU_GROUP_NAME).

The maximum length of this name is MQ_LU_NAME_LENGTH.

LUName (MQCFST)

The LU name that the LU 6.2 listener that handles outbound transmissions is to use. This name must be the same as LUGroupName (parameter identifier: MQCA_LU_NAME).

The maximum length of this name is MQ_LU_NAME_LENGTH.

MaxActiveChannels (MQCFIN)

Maximum number of channels that can be active at the same time (parameter identifier: MQIA_ACTIVE_CHANNELS).

MaxChannels (MQCFIN)

Maximum number of current channels, including clients connected to server connection channels (parameter identifier: MQIA_MAX_CHANNELS).

MaxHandles (MQCFIN)

Maximum number of handles (parameter identifier: MQIA_MAX_HANDLES).

Specifies the maximum number of handles that any one job can have open at the same time.

MaxMsgLength (MQCFIN)

Maximum message length (parameter identifier: MQIA_MAX_MSG_LENGTH).

MaxPriority (MQCFIN)

Maximum priority (parameter identifier: MQIA_MAX_PRIORITY).

MaxUncommittedMsgs (MQCFIN)

Maximum number of uncommitted messages within a unit of work (parameter identifier: MQIA_MAX_UNCOMMITTED_MSGS).

That is:

  • The number of messages that can be retrieved, plus

  • The number of messages that can be put on a queue, plus

  • Any trigger messages generated within this unit of work

under any one syncpoint. This limit does not apply to messages that are retrieved or put outside syncpoint.

OutboundPortMax (MQCFIN)

Outbound port range maximum (parameter identifier: MQIA_OUTBOUND_PORT_MAX).

The upper limit for the range of port numbers used when binding outgoing channels.

OutboundPortMin (MQCFIN)

Outbound port range minimum (parameter identifier: MQIA_OUTBOUND_PORT_MIN).

The lower limit for the range of port numbers used when binding outgoing channels.

PerformanceEvent (MQCFIN)

Controls whether performance-related events are generated (parameter identifier: MQIA_PERFORMANCE_EVENT).

The value can be:

MQEVR_DISABLED

Event reporting disabled.

MQEVR_ENABLED

Event reporting enabled.

Platform (MQCFIN)

Platform on which the queue manager resides (parameter identifier: MQIA_PLATFORM).

QMgrDesc (MQCFST)

Queue manager description (parameter identifier: MQCA_Q_MGR_DESC).

The maximum length of the string is MQ_Q_MGR_DESC_LENGTH.

QMgrIdentifier (MQCFST)

Queue manager identifier (parameter identifier: MQCA_Q_MGR_IDENTIFIER).

The unique identifier of the queue manager.

QMgrName (MQCFST)

Name of local queue manager (parameter identifier: MQCA_Q_MGR_NAME).

The maximum length of the string is MQ_Q_MGR_NAME_LENGTH.

QSGName (MQCFST)

Queue sharing group name (parameter identifier: MQCA_QSG_NAME).

The maximum length of the string is MQ_QSG_NAME_LENGTH.

QueueAccounting (MQCFIN)

Specifies whether accounting information is collected for queues (parameter identifier: MQIA_ACCOUNTING_Q).

The value can be:

MQMON_ON

For all queues that have the queue parameter QueueAccounting specified as MQMON_Q_MGR, accounting information is collected.

MQMON_OFF

For all queues that have the queue parameter QueueAccounting specified as MQMON_Q_MGR, accounting information is not collected.

MQMON_NONE

Accounting information is not collected for queues.

QueueMonitoring (MQCFIN)

Level of real-time monitoring data collection for queues (parameter identifier: MQIA_MONITORING_Q).

The value can be:

MQMON_NONE

Monitoring data collection is disabled, regardless of the setting for the QueueMonitoring queue attribute.

MQMON_OFF

Monitoring data collection is turned off for queues specifying MQMON_Q_MGR in the QueueMonitoring queue attribute.

MQMON_LOW

Monitoring data collection is turned on with a low ratio of data collection for queues specifying MQMON_Q_MGR in the QueueMonitoring queue attribute.

MQMON_MEDIUM

Monitoring data collection is turned on with a moderate ratio of data collection for queues specifying MQMON_Q_MGR in the QueueMonitoring queue attribute.

MQMON_HIGH

Monitoring data collection is turned on with a high ratio of data collection for queues specifying MQMON_Q_MGR in the QueueMonitoring queue attribute.

ReceiveTimeout (MQCFIN)

In conjunction with ReceiveTimeoutType specifies how long a TCP/IP channel will wait to receive data, including heartbeats, from its partner before returning to the inactive state (parameter identifier: MQIA_RECEIVE_TIMEOUT).

ReceiveTimeoutMin (MQCFIN)

The minimum time, in seconds, that a TCP/IP channel will wait to receive data, including heartbeats, from its partner before returning to the inactive state (parameter identifier: MQIA_RECEIVE_TIMEOUT_MIN).

ReceiveTimeoutType (MQCFIN)

In conjunction with ReceiveTimeout specifies how long a TCP/IP channel will wait to receive data, including heartbeats, from its partner before returning to the inactive state (parameter identifier: MQIA_RECEIVE_TIMEOUT_TYPE).

The value can be:

MQRCVTIME_MULTIPLY

The ReceiveTimeout value is a multiplier to be applied to the negotiated value of HeartbeatInterval to determine how long a channel will wait. This is the queue manager's initial default value.

MQRCVTIME_ADD

ReceiveTimeout is a value, in seconds, to be added to the negotiated value of HeartbeatInterval to determine how long a channel will wait.

MQRCVTIME_EQUAL

ReceiveTimeout is a value, in seconds, representing how long a channel will wait.

RemoteEvent (MQCFIN)

Controls whether remote error events are generated (parameter identifier: MQIA_REMOTE_EVENT).

The value can be:

MQEVR_DISABLED

Event reporting disabled.

MQEVR_ENABLED

Event reporting enabled.

RepositoryName (MQCFST)

Repository name (parameter identifier: MQCA_REPOSITORY_NAME).

The name of a cluster for which this queue manager is to provide a repository service.

RepositoryNamelist (MQCFST)

Repository name list (parameter identifier: MQCA_REPOSITORY_NAMELIST).

The name of a list of clusters for which this queue manager is to provide a repository service.

SharedQueueQueueManagerName (MQCFIN)

Specifies how messages are put on a shared queue that specifies another queue manager from a queue sharing group as the object queue manager (parameter identifier: MQIA_SHARED_Q_Q_MGR_NAME).

The value can be:

MQSQQM_USE

Messages are delivered to the object queue manager before being put on the shared queue.

MQSQQM_IGNORE

Messages are put directly on the shared queue.

SSLCRLNameList (MQCFST)

SSL CRL name list (parameter identifier: MQCA_SSL_CRL_NAMELIST).

The maximum length of the string is MQ_NAMELIST_NAME_LENGTH.

SSLEvent (MQCFIN)

Determines whether IMS bridge events are generated (parameter identifier: MQIA_SSL_EVENT).

The value can be:

MQEVR_ENABLED

All SSL events are enabled.

MQEVR_DISABLED

All SSL events are disabled.

SSLKeyRepository (MQCFST)

SSL key repository (parameter identifier: MQCA_SSL_KEY_REPOSITORY).

The maximum length of the string is MQ_SSL_KEY_REPOSITORY_LENGTH.

SSLKeyResetCount (MQCFIN)

SSL key reset count (parameter identifier: MQIA_SSL_RESET_COUNT).

The maximum length of the string is MQ_SSL_KEY_REPOSITORY_LENGTH.

SSLTasks (MQCFIN)

SSL tasks (parameter identifier: MQIA_SSL_TASKS).

StartStopEvent (MQCFIN)

Controls whether start and stop events are generated (parameter identifier: MQIA_START_STOP_EVENT).

The value can be:

MQEVR_DISABLED

Event reporting disabled.

MQEVR_ENABLED

Event reporting enabled.

SyncPoint (MQCFIN)

Syncpoint availability (parameter identifier: MQIA_SYNCPOINT).

TCPChannels (MQCFIN)

Maximum number of current channels that use the TCP/IP transmission protocol, including clients connected to server connection channels (parameter identifier: MQIA_TCP_CHANNELS).

TCPKeepAlive (MQCFIN)

Specifies whether to use the TCP KEEPALIVE facility to check whether the MCA at the opposite end of a channel is available (parameter identifier: MQIA_TCP_KEEP_ALIVE).

The value can be:

MQTCPKEEP_YES

Use the TCP KEEPALIVE facility as specified in the TCP profile configuration data set.

MQTCPKEEP_NO

Do not use the TCP KEEPALIVE facility.

TCPName (MQCFST)

TCP name (parameter identifier: MQIA_TCP_NAME).

The name of the current TCP/IP system in use.

The maximum length of this value is MQ_TCP_NAME_LENGTH.

TCPStackType (MQCFIN)

TCP stack type (parameter identifier: MQIA_TCP_STACK_TYPE).

Specifies whether the channel initiator uses the TCP/IP address space specified in TCPNAME only, or whether it can bind to any selected TCP/IP address.

The value can be:

MQTCPSTACK_SINGLE

The channel initiator uses the TCP/IP address space specified in TCPNAME only.

MQTCPSTACK_MULTIPLE

The initiator can use any TCP/IP address space available to it. If no other address spaces are available, the address space specified in TCPNAME is used.

TraceRouteRecording (MQCFIN)

Specifies whether trace-route messaging is enabled or disabled (parameter identifier: MQIA_TRACE_ROUTE_RECORDING).

The value can be:

MQRECORDING_MSG

Trace-route messaging is enabled. Trace-route reply messages are delivered to the reply-to queue specified in the message descriptor of the message.

MQRECORDING_Q

Trace-route messaging is enabled. Trace-route reply messages are delivered to a fixed name queue.

MQRECORDING_DISABLED.

Trace-route messaging is disabled.

TriggerInterval (MQCFIN)

Trigger interval (parameter identifier: MQIA_TRIGGER_INTERVAL).

Specifies the trigger time interval, expressed in milliseconds, for use only with queues where TriggerType has a value of MQTT_FIRST.