Sun Microsystems GlassFish Enterprise Server 2.1 Administration Manual page 73

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

Advertisement

Property Name
MaxPoolSize
MaxWaitTime
Subscription
Durability
SubscriptionName
MessageSelector
ClientID
ConnectionFactory
JndiName
DestinationJndiName
DestinationType
Destination
Properties
Chapter 4 • Configuring Java Message Service Resources
Valid Value
An integer
An integer
Durable or Non-Durable
A valid message selector
A valid client ID
A valid JNDI Name
A valid JNDI Name
javax.jms.Queue or
javax.jms.Topic
Name-value pairs separated
by comma
Default Value
Description
8
Maximum size of server session pool
internally created by the resource
adapter for achieving concurrent
message delivery. This should be equal
to the maximum pool size of MDB
objects.
3
The resource adapter will wait for the
time in seconds specified by this
property to obtain a server session
from its internal pool. If this limit is
exceeded, message delivery will fail.
Non-Durable SubscriptionDurability as specified
by JMS 1.1 specification.
None
SubscriptionName as specified by
JMS 1.1 specification.
None
MessageSelector as specified by JMS
1.1 specification.
None
ClientID as specified by JMS 1.1
specification.
None
JNDI name of connection factory
created in JMS provider. This
connection factory will be used by
resource adapter to create a
connection to receive messages. Used
only if ProviderIntegrationMode is
configured as jndi.
None
JNDI name of destination created in
JMS provider. This destination will be
used by resource adapter to create a
connection to receive messages from.
Used only if
ProviderIntegrationMode is
configured as jndi.
Null
Type of the destination the MDB will
listen to.
None
Specifies the javabean property
names and values of the destination of
the JMS client. Required only if
ProviderIntegrationMode is
javabean.
Foreign JMS Providers
73

Advertisement

Table of Contents
loading

Table of Contents