JMSConnectionFactory
A JMS ConnectionFactory allows a JMS application to connect to a JMS Provider in order to take part in asynchronous messaging.
Inherits from type ConnectionFactory and adds the following.
Attributes Summary
XAEnabled An attribute to indicate whether or not the resources created from the JMS Connection Factory should be capable of participating as a two-phase resource in an XA transaction. sessionPool A set of session pool settings.
Attribute Details
XAEnabled
An attribute to indicate whether or not the resources created from the JMS Connection Factory should be capable of participating as a two-phase resource in an XA transaction. This attribute does not apply to GenericJMSConnectionFactories.
Data type: Boolean
Default value: true
sessionPool
A set of session pool settings.
Data type: ConnectionPool