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 String
Acknowledge modestatic final String
Acknowledge mode labelstatic final String
Client IDstatic final String
Connection IDstatic final String
Consumer IDstatic final String
Creation Timestatic final String
Destination Namestatic final String
Destination Names (that match wildcard)static final String
Destination Typestatic final String
Durable (whether the consume is a durable or not)static final String
DurableActive (whether the durable is active or not)static final String
Durable namestatic final String
Flow Pausedstatic final String
Hoststatic final String
Last acknowledge timestatic final String
Next message which should be deliveredstatic final String
Number of messages held for consumer.static final String
Number of messages still held for consumer because either they are queued for deliver or pending an ackstatic final String
Number of messages still held for consumer because acks for them from the consumer are still pending.static final String
Selectorstatic final String
Service Namestatic final String
Userstatic final String
Wildcard (whether the consumer is a wildcard or not) -
Method Summary
-
Field Details
-
ACKNOWLEDGE_MODE
Acknowledge mode- See Also:
-
ACKNOWLEDGE_MODE_LABEL
Acknowledge mode label- See Also:
-
CLIENT_ID
Client ID- See Also:
-
CONNECTION_ID
Connection ID- See Also:
-
CONSUMER_ID
Consumer ID- See Also:
-
CREATION_TIME
Creation Time- See Also:
-
DESTINATION_NAME
Destination Name- See Also:
-
DESTINATION_NAMES
Destination Names (that match wildcard)- See Also:
-
DESTINATION_TYPE
Destination Type- See Also:
-
DURABLE
Durable (whether the consume is a durable or not)- See Also:
-
DURABLE_ACTIVE
DurableActive (whether the durable is active or not)- See Also:
-
DURABLE_NAME
Durable name- See Also:
-
FLOW_PAUSED
Flow Paused- See Also:
-
HOST
Host- See Also:
-
LAST_ACK_TIME
Last acknowledge time- See Also:
-
NUM_MSGS
Number of messages held for consumer.- See Also:
-
NUM_MSGS_PENDING_ACKS
Number of messages still held for consumer because acks for them from the consumer are still pending.- See Also:
-
SELECTOR
Selector- See Also:
-
SERVICE_NAME
Service Name- See Also:
-
USER
User- See Also:
-
WILDCARD
Wildcard (whether the consumer is a wildcard or not)- See Also:
-
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
Next message which should be delivered- See Also:
-