Active Connection: Sessions: Consumers
Use this page to monitor information about a JMS consumer, which receives messages from a JMS queue (QueueReceiver) or topic (TopicSubscriber).
Column Display
Name Description Destination Name The fully-qualified name of this destination resource. The destination name is preceded by the parent module name, separated by an exclamation point (!).
MBean Attribute:
JMSConsumerRuntimeMBean.DestinationName
Active Indicates whether the consumer active. A consumer is active if it has a message listener set up or a synchronous receive in progress.
MBean Attribute:
JMSConsumerRuntimeMBean.Active
Selector The selector associated with this consumer, if any.
MBean Attribute:
JMSConsumerRuntimeMBean.Selector
Durable Indicates whether the consumer is durable.
MBean Attribute:
JMSConsumerRuntimeMBean.Durable
Messages Pending The number of messages pending (uncommitted and unacknowledged) by this consumer.
MBean Attribute:
JMSConsumerRuntimeMBean.MessagesPendingCount
Messages Received The number of messages received by this consumer since the last reset.
MBean Attribute:
JMSConsumerRuntimeMBean.MessagesReceivedCount
Bytes Pending The number of bytes pending (uncommitted and unacknowledged) by this consumer.
MBean Attribute:
JMSConsumerRuntimeMBean.BytesPendingCount
Bytes Received The number of bytes received by this consumer since the last reset.
MBean Attribute:
JMSConsumerRuntimeMBean.BytesReceivedCount
Client ID The client ID for this connection.
MBean Attribute:
JMSConsumerRuntimeMBean.ClientID
Client ID Policy The ClientIDPolicy on this connection or durable subscriber.
Valid values are:
weblogic.management.configuration.JMSConstants.CLIENT_ID_POLICY_RESTRICTED
: Only one connection that uses this policy exists in a cluster at any given time for a particular
ClientID
.weblogic.management.configuration.JMSConstants.CLIENT_ID_POLICY_UNRESTRICTED
: Connections created using this policy can specify any
ClientID
, even when other restricted or unrestricted connections already use the sameClientID
.MBean Attribute:
JMSConsumerRuntimeMBean.ClientIDPolicy
Subscription Sharing Policy The Subscription Sharing Policy on this subscriber.
MBean Attribute:
JMSConsumerRuntimeMBean.SubscriptionSharingPolicy