Sun Microsystems GlassFish Enterprise Server 2.1 Administration Manual page 69

Hide thumbs Also See for GlassFish Enterprise Server 2.1:
Table of Contents

Advertisement

Property Name
Valid Values
Name of the class available
TopicConnectionFactory
in the application server
ClassName
classpath , for example:
com.sun.messaging.
TopicConnectionFactory
Name of the class available
XAConnectionFactory
in application server
ClassName
classpath , for example:
com.sun.messaging.
XAConnectionFactory
Name of the class available
XAQueueConnection
in application server
FactoryClassName
classpath , for example:
com.sun.messaging.
XAQueueConnectionFactory
Name of the class available
XATopicConnection
in application server
FactoryClassName
classpath , for example:
com.sun.messaging.
XATopicConnectionFactory
Name of the class available
TopicClassName
in application server
classpath , for example:
com.sun.messaging.Topic
Name of the class available
QueueClassName
in application server
classpath , for example:
com.sun.messaging.Queue
SupportsXA
True/false
Name value pairs separated
ConnectionFactory
by comma
Properties
Chapter 4 • Configuring Java Message Service Resources
Default Value
Description
None
Class name of
javax.jms.TopicConnectionFactory
implementation of the JMS client.
Used if ProviderIntegrationMode is
specified as javabean.
None
Class name of
javax.jms.ConnectionFactory
implementation of the JMS client.
Used if ProviderIntegrationMode is
specified as javabean.
None
Class name of javax.jms.
XAQueueConnectionFactory
implementation of the JMS client.
Used if ProviderIntegrationMode is
specified as javabean.
None
Class name of javax.jms.
XATopicConnectionFactory
implementation of the JMS client.
Used if ProviderIntegrationMode is
javabean.
None
Class Name of javax.jms.Topic
implementation of the JMS client.
Used if ProviderIntegrationMode is
javabean.
None
Class Name of javax.jms.Queue
implementation of the JMS client.
Used if ProviderIntegrationMode is
specified as a javabean.
Specifies whether the JMS client
FALSE
supports XA or not.
None
Specifies the javabean property
names and values of the
ConnectionFactory of the JMS client.
Required only if
ProviderIntegrationMode is
javabean.
Foreign JMS Providers
69

Advertisement

Table of Contents
loading

Table of Contents