Administration Console Online Help

 Previous Next Contents Index  

 


JMS Connection Consumer --> Configuration

Tasks     Additional Documentation     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

Create a JMS Connection Consumer

Clone a JMS Connection Consumer

Delete a JMS Connection Consumer

Additional Documentation

(Requires an Internet connection.)

"Managing JMS"in the Administration Guide

"WebLogic JMS Fundamentals" in Programming WebLogic JMS

"Developing a WebLogic JMS Application"in Programming WebLogic JMS

Attributes

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

Configurable: yes

Readable: yes

Writable: yes

Messages Maximum

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

MBean: weblogic.management.
configuration.
JMSConnectionConsumerMBean

Attribute: MessagesMaximum

Minimum: -1

Default: -1

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

Selector

The defined JMS message selector of the connection consumer.

MBean: weblogic.management.
configuration.
JMSConnectionConsumerMBean

Attribute: Selector

Default: null

Configurable: yes

Readable: yes

Writable: yes

Destination

The JNDI name of the destination for this connection consumer.

MBean: weblogic.management.
configuration.
JMSConnectionConsumerMBean

Attribute: Destination

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next