Attributes Summary |
host : String | Host for client connection.
|
port : Integer | Port for client connection.
|
transportType : MQTransportType | Determines what method will be used to connect to the Queue Manager.
|
channel : String | Channel for client connection |
queueManager : String | The name of the Queue Manager to connect to.
|
brokerControlQueue : String | Broker control queue.
|
brokerQueueManager : String | The name of the Queue Manager that provides the broker service.
|
brokerPubQueue : String | Broker publish queue.
|
brokerSubQueue : String | Broker subscription queue.
|
brokerCCSubQ : String | Broker connection consumer subscription queue.
|
brokerVersion : MQBrokerType | The version of the broker being used |
tempModel : String | The name of a model Queue used to create subscriber queues if required.
|
clientID : String | A Client id, this is required if you wish to use Durable Subscriptions or if you use clone Support from this TopicConnectionFactory.
|
CCSID : String | Character set used to communicate with the Queue Manager.
|
cloneSupport : Boolean | Enable clone support.
|