Class ConsumerInfo
java.lang.Object
com.sun.messaging.jms.management.server.ConsumerInfo
- All Implemented Interfaces:
Serializable
This class contains constants/names for fields in the CompositeData that is returned by the operations of the
Consumer Manager Monitor MBean.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAcknowledge modestatic final StringAcknowledge mode labelstatic final StringClient IDstatic final StringConnection IDstatic final StringConsumer IDstatic final StringCreation Timestatic final StringDestination Namestatic final StringDestination Names (that match wildcard)static final StringDestination Typestatic final StringDurable (whether the consume is a durable or not)static final StringDurableActive (whether the durable is active or not)static final StringDurable namestatic final StringFlow Pausedstatic final StringHoststatic final StringLast acknowledge timestatic final StringNext message which should be deliveredstatic final StringNumber of messages held for consumer.static final StringNumber of messages still held for consumer because either they are queued for deliver or pending an ackstatic final StringNumber of messages still held for consumer because acks for them from the consumer are still pending.static final StringSelectorstatic final StringService Namestatic final StringUserstatic final StringWildcard (whether the consumer is a wildcard or not) -
Method Summary
-
Field Details
-
ACKNOWLEDGE_MODE
-
ACKNOWLEDGE_MODE_LABEL
-
CLIENT_ID
-
CONNECTION_ID
-
CONSUMER_ID
-
CREATION_TIME
-
DESTINATION_NAME
-
DESTINATION_NAMES
-
DESTINATION_TYPE
-
DURABLE
-
DURABLE_ACTIVE
DurableActive (whether the durable is active or not)- See Also:
-
DURABLE_NAME
-
FLOW_PAUSED
-
HOST
-
LAST_ACK_TIME
-
NUM_MSGS
-
NUM_MSGS_PENDING_ACKS
Number of messages still held for consumer because acks for them from the consumer are still pending.- See Also:
-
SELECTOR
-
SERVICE_NAME
-
USER
-
WILDCARD
-
NUM_MSGS_PENDING
Number of messages still held for consumer because either they are queued for deliver or pending an ack- See Also:
-
NEXT_MESSAGE_ID
-