Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

JMS Server: Monitoring: Active Connections: Sessions: Producers

Column Display     Related Tasks     Related Topics

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

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

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

Related Tasks

Related Topics


Back to Top