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 : 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 : ConnectionPoolA 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


Copyright IBM Corp. 1996-2002