MQQueueConnectionFactory



Inherits from type JMSConnectionFactory and adds the following.

Attributes Summary
queueManager : StringThe name of the Queue Manager to connect to.
host : StringHost for client connection.
port : IntegerPort for client connection.
channel : StringChannel for client connection.
transportType : MQTransportTypeDetermines what method will be used to connect to the Queue Manager.
tempModel : StringThe name of a model Queue used to create JMS TemporaryQueues
clientID : StringJMS client ID.
CCSID : StringCharacter set used to communicate with the Queue Manager.
msgRetention : BooleanIf Checked unwanted messages are left on the Queue, otherwise they are disposed of.

Attribute Details

queueManager    -    The name of the Queue Manager to connect to. Must be less than 48 characters.
     data type:  String
     default Value:   unspecified



host    -    Host for client connection.
     data type:  String
     default Value:   unspecified



port    -    Port for client connection.
     data type:  Integer
     default Value:   unspecified



channel    -    Channel for client connection.
     data type:  String
     default Value:   unspecified



transportType    -    Determines what method will be used to connect to the Queue Manager. Allowed Values: CLIENT, BINDINGS
     data type: MQTransportType
     default Value:   BINDINGS
     Allowed Values: 



tempModel    -    The name of a model Queue used to create JMS TemporaryQueues
     data type:  String
     default Value:   unspecified



clientID    -    JMS client ID.
     data type:  String
     default Value:   unspecified



CCSID    -    Character set used to communicate with the Queue Manager.
     data type:  String
     default Value:   unspecified



msgRetention    -    If Checked unwanted messages are left on the Queue, otherwise they are disposed of.
     data type:  Boolean
     default Value:   true


Copyright IBM Corp. 1996-2002