bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JMSConnectionConsumer

Description

The MBean defines a connection consumer.

Syntax

<!ELEMENT JMSConnectionConsumer EMPTY >
<!ATTLIST JMSConnectionConsumer
   Destination                CDATA                    #REQUIRED
   MessagesMaximum            CDATA                    "-1"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   Selector                   CDATA                    #IMPLIED
>

Parent Elements

The JMSConnectionConsumer element is a child of the JMSSessionPool element.

Attributes

Table 28-1 JMSConnectionConsumerMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Destination

The JNDI name of the destination for this connection consumer.


Destination

Messages-Maximum

The defined maximum number of messages that the connection consumer can load at one time into a ServerSession's session.

Default: -1

Minimum: -1

Messages Maximum

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.


Name

Notes

Optional information that you can include to describe this configuration.


Notes

Selector

The defined JMS message selector of the connection consumer.

Default: null

Selector


 

 

Back to Top Previous Next