JMSConnectionFactory

A JMS connection factory is used to create connections to the associated JMS provider for JMS destinations.

Inherits from type ConnectionFactory and adds the following.

Attributes Summary
XAEnabled : booleanAn 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 : ConnectionPoolAn optional 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
     Allowed Values:  true   false  



sessionPool    -    An optional set of session pool settings.
     data type: ConnectionPool


Copyright IBM Corp. 1997-2004