MQTopicConnectionFactory
Inherits from type JMSConnectionFactory and adds the following.
Attributes Summary
host Host for client connection. port Port for client connection. transportType Determines what method will be used to connect to the Queue Manager. channel Channel for client connection queueManager The name of the Queue Manager to connect to. brokerControlQueue Broker control queue. brokerQueueManager The name of the Queue Manager that provides the broker service. brokerPubQueue Broker publish queue. brokerSubQueue Broker subscription queue. brokerCCSubQ Broker connection consumer subscription queue. brokerVersion The version of the broker being used tempModel The name of a model Queue used to create subscriber queues if required. clientID A Client id, this is required if you wish to use Durable Subscriptions or if you use clone Support from this TopicConnectionFactory. CCSID Character set used to communicate with the Queue Manager. cloneSupport Enable clone support.
Attribute Details
host
Host for client connection.
Data type: String
Default value: unspecified
port
Port for client connection.
Data type: Integer
Default value: unspecified
transportType
Determines what method will be used to connect to the Queue Manager. Allowed Values: CLIENT, BINDINGS, DIRECT
Data type: MQTransportType
Default value: BINDINGS
Allowed Values:
channel
Channel for client connection
Data type: String
Default value: unspecified
queueManager
The name of the Queue Manager to connect to. Must be less than 48 characters.
Data type: String
Default value: unspecified
brokerControlQueue
Broker control queue.
Data type: String
Default value: unspecified
brokerQueueManager
The name of the Queue Manager that provides the broker service. Must be less than 48 characters.
Data type: String
Default value: unspecified
brokerPubQueue
Broker publish queue.
Data type: String
Default value: unspecified
brokerSubQueue
Broker subscription queue.
Data type: String
Default value: unspecified
brokerCCSubQ
Broker connection consumer subscription queue.
Data type: String
Default value: unspecified
brokerVersion
The version of the broker being used
Data type: MQBrokerType
Default value: MQSI
Allowed Values: MQSI MA0C
tempModel
The name of a model Queue used to create subscriber queues if required.
Data type: String
Default value: unspecified
clientID
A Client id, this is required if you wish to use Durable Subscriptions or if you use clone Support from this TopicConnectionFactory.
Data type: String
Default value: unspecified
CCSID
Character set used to communicate with the Queue Manager.
Data type: String
Default value: unspecified
cloneSupport
Enable clone support. When true, the clientID field is required.
Data type: Boolean
Default value: false