MQTopicConnectionFactory



Inherits from type JMSConnectionFactory and adds the following.

Attributes Summary
host : StringHost for client connection.
port : IntegerPort for client connection.
transportType : MQTransportTypeDetermines what method will be used to connect to the Queue Manager.
channel : StringChannel for client connection
queueManager : StringThe name of the Queue Manager to connect to.
brokerControlQueue : StringBroker control queue.
brokerQueueManager : StringThe name of the Queue Manager that provides the broker service.
brokerPubQueue : StringBroker publish queue.
brokerSubQueue : StringBroker subscription queue.
brokerCCSubQ : StringBroker connection consumer subscription queue.
brokerVersion : MQBrokerTypeThe version of the broker being used
tempModel : StringThe name of a model Queue used to create subscriber queues if required.
clientID : StringA Client id, this is required if you wish to use Durable Subscriptions or if you use clone Support from this TopicConnectionFactory.
CCSID : StringCharacter set used to communicate with the Queue Manager.
cloneSupport : BooleanEnable 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


Copyright IBM Corp. 1996-2002