Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Connection Consumer: Monitoring

Column Display     

A JMS connection consumer is a JMS queue or topic that retrieves server sessions and processes messages.

This page summarizes the JMS connection consumers for a queue or topic.

Column Display

Name Description
Name

The name of this JMS connection consumer.

Messages Maximum

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

Selector

The selector associated with this consumer, if any.

Destination

The JNDI name of the destination for this connection consumer.

Active

Indicates whether the consumer active. A consumer is active if it has a message listener set up or a synchronous receive in progress.

Durable

Indicates whether the consumer is durable.

Messages Pending

The number of messages pending (uncommitted and unacknowledged) by this consumer.

Messages Received

The number of messages received by this consumer since the last reset.

Bytes Pending

The number of bytes pending (uncommitted and unacknowledged) by this consumer.

Bytes Received

The number of bytes received by this consumer since the last reset.


Back to Top