This class is used for monitoring a WebLogic JMS consumer.
| Fully Qualified Interface Name | If you use the getMBeanInfooperation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:weblogic.management.runtime.JMSConsumerRuntimeMBean | 
| Factory Methods | No factory methods. Instances of this MBean are created automatically. | 
This section describes the following attributes:
Indicates whether the consumer active. A consumer is active if it has a message listener set up or a synchronous receive in progress.
| Privileges | Read only | 
| Type | boolean | 
The number of bytes pending (uncommitted and unacknowledged) by this consumer.
| Privileges | Read only | 
| Type | long | 
The number of bytes received by this consumer since the last reset.
| Privileges | Read only | 
| Type | long | 
Private property that disables caching in proxies.
| Privileges | Read only | 
| Type | boolean | 
Returns the name of the destination for this consumer. In case of a distributed destination, it will be the name of the distributed destination, instead of the member destination.
| Privileges | Read only | 
| Type | java.lang.String | 
Indicates whether the consumer is durable.
| Privileges | Read only | 
| Type | boolean | 
Returns the MBean info for this MBean.
 Deprecated.
| Privileges | Read only | 
| Type | javax.management.MBeanInfo | 
Returns the name of the destination for this consumer. In case of a distributed destination, it will be the name of the member destination.
| Privileges | Read only | 
| Type | java.lang.String | 
The number of messages pending (uncommitted and unacknowledged) by this consumer.
| Privileges | Read only | 
| Type | long | 
The number of messages received by this consumer since the last reset.
| Privileges | Read only | 
| Type | long | 
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
| Privileges | Read only | 
| Type | java.lang.String | 
Returns the ObjectName under which this MBean is registered in the MBean server.
 Deprecated.
| Privileges | Read only | 
| Type | weblogic.management.WebLogicObjectName | 
Return the immediate parent for this MBean
| Privileges | Read/Write | 
| Type | 
Returns false if the MBean represented by this object has been unregistered.
 Deprecated.
| Privileges | Read only | 
| Type | boolean | 
The selector associated with this consumer, if any.
| Privileges | Read only | 
| Type | java.lang.String | 
Gets the SubscriptionSharingPolicy on this subscriber
| Privileges | Read only | 
| Type | java.lang.String | 
| Default Value | Exclusive | 
Returns the type of the MBean.
| Privileges | Read only | 
| Type | java.lang.String | 
This section describes the following operations:
|  | 
| Operation Name | "preDeregister" | 
| Parameters | null | 
| Signature | null | 
| Returns | 
    void
     | 
| Exceptions | 
 |