com.sun.messaging.jms.management.server
public class ConsumerInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
ACKNOWLEDGE_MODE
Acknowledge mode
|
static String |
ACKNOWLEDGE_MODE_LABEL
Acknowledge mode label
|
static String |
CLIENT_ID
Client ID
|
static String |
CONNECTION_ID
Connection ID
|
static String |
CONSUMER_ID
Consumer ID
|
static String |
CREATION_TIME
Creation Time
|
static String |
DESTINATION_NAME
Destination Name
|
static String |
DESTINATION_NAMES
Destination Names (that match wildcard)
|
static String |
DESTINATION_TYPE
Destination Type
|
static String |
DURABLE
Durable (whether the consume is a durable or not)
|
static String |
DURABLE_ACTIVE
DurableActive (whether the durable is active or not)
|
static String |
DURABLE_NAME
Durable name
|
static String |
FLOW_PAUSED
Flow Paused
|
static String |
HOST
Host
|
static String |
LAST_ACK_TIME
Last acknowledge time
|
static String |
NEXT_MESSAGE_ID
Next message which should be delivered
|
static String |
NUM_MSGS
Number of messages held for consumer.
|
static String |
NUM_MSGS_PENDING
Number of messages still held for consumer because
either they are queued for deliver or pending an ack
|
static String |
NUM_MSGS_PENDING_ACKS
Number of messages still held for consumer because
acks for them from the consumer are still pending.
|
static String |
SELECTOR
Selector
|
static String |
SERVICE_NAME
Service Name
|
static String |
USER
User
|
static String |
WILDCARD
Wildcard (whether the consumer is a wildcard or not)
|
public static final String ACKNOWLEDGE_MODE
public static final String ACKNOWLEDGE_MODE_LABEL
public static final String CLIENT_ID
public static final String CONNECTION_ID
public static final String CONSUMER_ID
public static final String CREATION_TIME
public static final String DESTINATION_NAME
public static final String DESTINATION_NAMES
public static final String DESTINATION_TYPE
public static final String DURABLE
public static final String DURABLE_ACTIVE
public static final String DURABLE_NAME
public static final String FLOW_PAUSED
public static final String HOST
public static final String LAST_ACK_TIME
public static final String NUM_MSGS
public static final String NUM_MSGS_PENDING_ACKS
public static final String SELECTOR
public static final String SERVICE_NAME
public static final String USER
public static final String WILDCARD
public static final String NUM_MSGS_PENDING
public static final String NEXT_MESSAGE_ID
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.