JMSSessionPool

 


Description

This class represents a JMS session pool, a server-managed pool of server sessions that enables an application to process messages concurrently.

 


Syntax

<JMSSessionPool


AcknowledgeMode=( "Auto" | "Client" | "Dups-Ok" | "None" )


ConnectionFactory="String


ListenerClass="String


Name="String


Notes="String


SessionsMaximum="number


Transacted=( "true" | "false" )


Type="String



/>

 


Parent Elements

 


Attributes

Attribute

Description

Range of Values and Default

AcknowledgeMode The acknowledge mode used by non-transacted sessions within the session pool.For transacted sessions, messages are acknowledged automatically when the session is committed and this field is ignored.This attribute is not dynamically configurable. Admin Console field label: Acknowledge ModeRequired: noDefault: Auto
ConnectionFactory The JNDI name of the connection factory for the session pool. Admin Console field label: Connection FactoryRequired: no
ListenerClass The name of the listener class for the session pool, which is used to receive and process messages concurrently. Admin Console field label: Listener Class
Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. Admin Console field label: NameRequired: no
Notes Optional information that you can include to describe this configuration. Admin Console field label: NotesRequired: no
SessionsMaximum The maximum number of concurrent sessions allowed for the session pool.A value of -1 indicates that there is no maximum.This attribute is dynamically configurable; however, it does not take effect until the session pool is restarted. Admin Console field label: Sessions MaximumDefault: -1Minimum: -1Maximum: 263-1
Transacted Indicates whether or not the session pool creates transacted sessions.This attribute is not dynamically configurable. Admin Console field label: TransactedDefault: false
Type Returns the type of the MBean. Required: no

Skip navigation bar  Back to Top Previous Next