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

Administration Console Online Help

 Previous Next Contents Index  

 


JMS Connection Consumer --> Configuration

Tasks     Related Topics     Attributes

Overview

This tab defines general configuration attributes for a JMS connection consumer, which are queues (Point-To-Point) or topics (Pub/Sub) that retrieve server sessions and process messages. Once you have defined a session pool, you can configure one or more connection consumers for each session pool.

Tasks

Creating a JMS Connection Consumer

Related Topics

"WebLogic JMS Fundamentals" in Programming WebLogic JMS

"Developing a WebLogic JMS Application"in Programming WebLogic JMS

Attributes

Table 13-1

Attribute Label

Description

Value Constraints

Name

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

MBean: weblogic.management.
configuration.
JMSConnectionConsumerMBean

Attribute: Name


Messages Maximum

The maximum number of messages that the connection consumer can load at one time into a server session.

MBean: weblogic.management.
configuration.
JMSConnectionConsumerMBean

Attribute: MessagesMaximum

Minimum: -1

Default: -1

Dynamic: yes

Selector

The JMS message selector for filtering the connection consumer's messages.

MBean: weblogic.management.
configuration.
JMSConnectionConsumerMBean

Attribute: Selector

Default: null

Destination

The JNDI name of the associated destination (queue or topic) for the connection consumer.

MBean: weblogic.management.
configuration.
JMSConnectionConsumerMBean

Attribute: Destination


 

Back to Top Previous Next