JMSConnectionFactory


This type is a class for model objects.

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

Package: jms
Supertype: ConnectionFactory

Known subtypes:
    MQTopicConnectionFactory
    MQQueueConnectionFactory
    WASTopicConnectionFactory
    MQConnectionFactory
    WASQueueConnectionFactory
    GenericJMSConnectionFactory

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *



Attributes Summary
XAEnabled : EBoolean 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.
sessionPool : ConnectionPool @ An 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: EBoolean
    Default value:  true
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

sessionPool  -  An optional set of session pool settings.
    Reference Type: ConnectionPool @
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006