WASTopicConnectionFactory

A topic connection factory is used to create connections to the associated JMS provider of JMS topic destinations, for publish/subscribe messaging. Use WebSphere Topic Connection Factory administrative objects to manage topic connection factories for the internal WebSphere JMS provider.

Inherits from type JMSConnectionFactory and adds the following.

Attributes Summary
node : StringThe WebSphere node name of the administrative node where the JMS server runs for this connection factory.
port : WASJMSPortTypeFor Topics, we need to specify which of the two ports is to be used in addition to the node (JMS Server).
clientID : StringJMS client IDNote: Necessary for durable server side subscriptions.
cloneSupport : booleanEnables clone support.
serverName : StringThe server name is the name of the server where the Topic is 'hosted'.

Attribute Details

node    -    The WebSphere node name of the administrative node where the JMS server runs for this connection factory. Connections created by this factory connect to that JMS server.
     data type:  String
     default Value:   unspecified



port    -    For Topics, we need to specify which of the two ports is to be used in addition to the node (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.
     data type: WASJMSPortType
     default Value:   unspecified
     Allowed Values:  DIRECT   QUEUED  



clientID    -    JMS client IDNote: Necessary for durable server side subscriptions.
     data type:  String
     default Value:   unspecified



cloneSupport    -    Enables clone support. When true, the clientID field is required.
     data type: boolean
     default Value:   false
     Allowed Values:  true   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. 1997-2004