Queue manager attributes

Queue Managers have a number of attributes, which are listed below. Information about these attributes is passed either via API parameters, or configuration structures or MQeField objects.

The first list shows all the possible queue manager attributes and indicates which are available in the codebases.

Table 1. Queue Manager attributes
AttributeDescriptionJavaNative CRead/Write
Bridge CapableDetermines if the queue manager has MQBridge functionalityYesYes (but always false)Read
Channel Attribute RuleThe attribute rule to be used by this queue manager's channelsYesNoRead/Write
Channel TimeoutThe timeout to be used by this queue manager's outgoing channelsYesYesRead/Write
Communications ListenersThe list of listeners defined on this queue managerYesNoRead
ConnectionsThe list of connections known by this queue managerYesYesRead
DescriptionA free-format textual description of this queue manager.YesYesRead/Write
Maximum Transmission ThreadsThe maximum number of background transmission threads supported by this queue manager.YesNoRead/Write
QueuesThe list of queues owned by this queue managerYesYesRead
Queue StoreThe location where this queue manager will store its queuesYesYesRead/Write
Qmgr RulesThe rules class which will be used by this queue managerYesYesRead/Write

Parent topic: Configuring queue managers