This type is a class for model objects.
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.
Package: internalmessagingAttributes Summary | |
node : EString | 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. |
port : WASJMSPortType | 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. |
clientID : EString |
JMS client ID Note: Necessary for durable server side subscriptions. |
cloneSupport : EBoolean | Enables clone support. When true, the clientID field is required. |
serverName : EString | 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. |
Attribute Details |