Class: com.sybase.jms.server.TopicConnectionFactory (JMS Topic Connection Factory) EAServer 6.3 Help
Description Allows configuration of JMS topic connection factories for the Sybase JMS provider. Topic connection factories do not need to be preconfigured unless their properties require non-default values. A JMS client using the Sybase JMS initial context factory (com.sybase.jms.client.InitialContectFactory) can look up preconfigured topic connection factories by name. To look up topic connection factories which have not been preconfigured, the client must use a JNDI name ending with "TopicConnectionFactory".

See also: JMS Connection Factory. JMS Queue Connection Factory,

Configuration See Set Properties Task.
Properties batchPersistentMessages, batchTransactionCommits, clientID, commandBatchSize, commandBatchWait, disableTransientExceptions, receiveBatchSize, temporaryQueueTemplate, temporaryTopicTemplate
Files Repository/Instance/com/sybase/jms/server/TopicConnectionFactory/*.properties

Property: batchPersistentMessages (Batch Persistent Messages)
Description See batchPersistentMessages.
Default Value false
Legal Values false, true

Property: batchTransactionCommits (Batch Transaction Commits)
Description See batchTransactionCommits.
Default Value false
Legal Values false, true

Property: clientID (Client ID)
Description See clientID.

Property: commandBatchSize (Command Batch Size)
Description See commandBatchSize.
Default Value 0
Minimum Value 0
Maximum Value 2147483647

Property: commandBatchWait (Command Batch Wait)
Description See commandBatchWait.
Default Value 1
Minimum Value 1
Maximum Value 2147483647

Property: disableTransientExceptions (Disable Transient Exceptions)
Description See disableTransientExceptions.
Default Value false
Legal Values false, true

Property: receiveBatchSize (Receive Batch Size)
Description See receiveBatchSize.
Default Value 0
Minimum Value 0
Maximum Value 2147483647

Property: temporaryQueueTemplate (Temporary Queue Template)
Description See temporaryQueueTemplate.
Default Value javax.jms.TemporaryQueue

Property: temporaryTopicTemplate (Temporary Topic Template)
Description See temporaryTopicTemplate.
Default Value javax.jms.TemporaryTopic