Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Active Connection: Sessions: Producers

Column Display     

Use this page to monitor information for an active JMS producer, which sends messages to a JMS queue (QueueSender) or topic (TopicPublisher).

Column Display

Name Description
Messages Pending

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

MBean Attribute:
JMSProducerRuntimeMBean.MessagesPendingCount

Messages Sent

The number of messages sent by this producer since the last reset.

MBean Attribute:
JMSProducerRuntimeMBean.MessagesSentCount

Bytes Pending

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

MBean Attribute:
JMSProducerRuntimeMBean.BytesPendingCount

Bytes Sent

The number of bytes sent by this producer since the last reset.

MBean Attribute:
JMSProducerRuntimeMBean.BytesSentCount


Back to Top