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 This is the node to which the connection factory will connect, meaning which JMS Server the connection factory will use.
port For Topics, we need to specify which of the two ports is to be used to connect to the JMS Server.
clientID JMS client ID
cloneSupport Enable clone support.
serverName The 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 swimming 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