WASTopicConnectionFactory

Which of the two ports that connections use to connect to the JMS Server. The QUEUED port is for full-function JMS Pub/Sub support; the DIRECT port is for non-persistent, non-transactional, non-durable subscriptions only.

Inherits from type JMSConnectionFactory and adds the following.

Attributes Summary
node : StringThis is the node to which the connection factory will connect, meaning which JMS Server the connection factory will use.
port : WASJMSPortTypeFor Topics, we need to specify which of the two ports is to be used to connect to the JMS Server.
clientID : StringJMS client ID
cloneSupport : BooleanEnable clone support.
serverName : StringThe server name is the name of the server where the Topic is 'hosted'.

Attribute Details

node    -    This is the node to which the connection factory will connect, meaning which JMS Server the connection factory will use.
     data type:  String
     default Value:   unspecified



port    -    For Topics, we need to specify which of the two ports is to be used to connect to the JMS Server. The QUEUED port is for full function JMS, the DIRECT port is for high performance restricted function (non-persistent, non-transactional, non-durable subscriptions only). The DIRECT port is not compatible with running within a Transaction.
     data type: WASJMSPortType
     default Value:   unspecified
     Allowed Values:  DIRECT   QUEUED  



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



cloneSupport    -    Enable clone support. When true, the clientID field is required.
     data type:  Boolean
     default Value:   false



serverName    -    The server name is the name of the server where the Topic is 'hosted'.This is only relevant to the Client Container and should not be exposed on the WebUI.
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1996-2002