Class DestinationAttributes
java.lang.Object
com.sun.messaging.jms.management.server.DestinationAttributes
Class containing information on destination attributes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Max number of active consumers for auto created queues.static final String
Max number of backup consumers for auto created queues.static final String
Auto creation of queues.static final String
Auto creation of topics.static final String
Average number of active consumersstatic final String
Average number of backup consumersstatic final String
Average number of consumersstatic final String
Average number of messagesstatic final String
Average total message bytesstatic final String
Connection ID - only for temporary destinationsstatic final String
Consumer flow limitstatic final String
Created by administrator.static final String
Disk reserved.static final String
Disk Used.static final String
Disk utilization ratio.static final String
Truncate bodies of messages in DMQ.static final String
Limit behaviorstatic final String
LocalDeliveryPreferredstatic final String
Local Onlystatic final String
Logging of dead messages.static final String
Max size of a message.static final String
Max number of active consumers.static final String
Max number of backup consumers.static final String
Max number of messages.static final String
Max number of producers.static final String
Max total msg bytesstatic final String
Msg bytes instatic final String
Msg bytes outstatic final String
Destination namestatic final String
Next Message to be deliveredstatic final String
Number of active consumersstatic final String
Number of backup consumersstatic final String
Number of consumersstatic final String
Number of destinationsstatic final String
Number of messagesstatic final String
Number of messages held in transactionstatic final String
Number of msgs instatic final String
Number of messages in delay deliverystatic final String
Number of messages in dead message queue.static final String
Number of msgs outstatic final String
Number of messages pending acknowledgementstatic final String
Number of messages originating from producers on remote brokersstatic final String
Number of producersstatic final String
Number of wildcard consumersstatic final String
Number of wildcard producersstatic final String
Number of wildcardsstatic final String
Peak message bytesstatic final String
Peak number of active consumersstatic final String
Peak number of backup consumersstatic final String
Peak number of consumersstatic final String
Peak number of messagesstatic final String
Peak total message bytesstatic final String
static final String
Destination state.static final String
String representation of destination state.static final String
Attribute indicating if a destination is temporary or not.static final String
Total message bytes.static final String
Total message bytes held in transaction.static final String
Total message bytes in dead message queue.static final String
Total message bytes from messages originating from producers on remote brokers.static final String
Destination typestatic final String
Use dead message queue.static final String
static final String
List of XML schema URIs -
Method Summary
-
Field Details
-
CONSUMER_FLOW_LIMIT
Consumer flow limit- See Also:
-
LOCAL_ONLY
Local Only- See Also:
-
LIMIT_BEHAVIOR
Limit behavior- See Also:
-
LOCAL_DELIVERY_PREFERRED
LocalDeliveryPreferred- See Also:
-
AUTO_CREATE_QUEUES
Auto creation of queues.- See Also:
-
AUTO_CREATE_QUEUE_MAX_NUM_ACTIVE_CONSUMERS
Max number of active consumers for auto created queues.- See Also:
-
AUTO_CREATE_QUEUE_MAX_NUM_BACKUP_CONSUMERS
Max number of backup consumers for auto created queues.- See Also:
-
AUTO_CREATE_TOPICS
Auto creation of topics.- See Also:
-
CONNECTION_ID
Connection ID - only for temporary destinations- See Also:
-
DMQ_TRUNCATE_BODY
Truncate bodies of messages in DMQ.- See Also:
-
LOG_DEAD_MSGS
Logging of dead messages.- See Also:
-
MAX_BYTES_PER_MSG
Max size of a message.- See Also:
-
MAX_NUM_ACTIVE_CONSUMERS
Max number of active consumers.- See Also:
-
MAX_NUM_BACKUP_CONSUMERS
Max number of backup consumers.- See Also:
-
MAX_NUM_MSGS
Max number of messages.- See Also:
-
MAX_NUM_PRODUCERS
Max number of producers.- See Also:
-
MAX_TOTAL_MSG_BYTES
Max total msg bytes- See Also:
-
NUM_DESTINATIONS
Number of destinations- See Also:
-
NUM_MSGS
Number of messages- See Also:
-
NUM_MSGS_REMOTE
Number of messages originating from producers on remote brokers- See Also:
-
NUM_MSGS_HELD_IN_TRANSACTION
Number of messages held in transaction- See Also:
-
NUM_MSGS_PENDING_ACKS
Number of messages pending acknowledgement- See Also:
-
NUM_MSGS_IN_DELAY_DELIVERY
Number of messages in delay delivery- See Also:
-
NUM_MSGS_IN_DMQ
Number of messages in dead message queue.- See Also:
-
TOTAL_MSG_BYTES
Total message bytes.- See Also:
-
TOTAL_MSG_BYTES_REMOTE
Total message bytes from messages originating from producers on remote brokers.- See Also:
-
TOTAL_MSG_BYTES_HELD_IN_TRANSACTION
Total message bytes held in transaction.- See Also:
-
TOTAL_MSG_BYTES_IN_DMQ
Total message bytes in dead message queue.- See Also:
-
AVG_NUM_ACTIVE_CONSUMERS
Average number of active consumers- See Also:
-
AVG_NUM_BACKUP_CONSUMERS
Average number of backup consumers- See Also:
-
AVG_NUM_CONSUMERS
Average number of consumers- See Also:
-
AVG_NUM_MSGS
Average number of messages- See Also:
-
AVG_TOTAL_MSG_BYTES
Average total message bytes- See Also:
-
CREATED_BY_ADMIN
Created by administrator.- See Also:
-
DISK_RESERVED
Disk reserved.- See Also:
-
DISK_USED
Disk Used.- See Also:
-
DISK_UTILIZATION_RATIO
Disk utilization ratio.- See Also:
-
MSG_BYTES_IN
Msg bytes in- See Also:
-
MSG_BYTES_OUT
Msg bytes out- See Also:
-
NAME
Destination name- See Also:
-
NUM_ACTIVE_CONSUMERS
Number of active consumers- See Also:
-
NUM_BACKUP_CONSUMERS
Number of backup consumers- See Also:
-
NUM_CONSUMERS
Number of consumers- See Also:
-
NUM_WILDCARDS
Number of wildcards- See Also:
-
NUM_WILDCARD_CONSUMERS
Number of wildcard consumers- See Also:
-
NUM_WILDCARD_PRODUCERS
Number of wildcard producers- See Also:
-
NUM_MSGS_IN
Number of msgs in- See Also:
-
NUM_MSGS_OUT
Number of msgs out- See Also:
-
NUM_PRODUCERS
Number of producers- See Also:
-
PEAK_MSG_BYTES
Peak message bytes- See Also:
-
PEAK_NUM_ACTIVE_CONSUMERS
Peak number of active consumers- See Also:
-
PEAK_NUM_BACKUP_CONSUMERS
Peak number of backup consumers- See Also:
-
PEAK_NUM_CONSUMERS
Peak number of consumers- See Also:
-
PEAK_NUM_MSGS
Peak number of messages- See Also:
-
PEAK_TOTAL_MSG_BYTES
Peak total message bytes- See Also:
-
STATE
Destination state.- See Also:
-
NEXT_MESSAGE_ID
Next Message to be delivered- See Also:
-
STATE_LABEL
String representation of destination state.- See Also:
-
TEMPORARY
Attribute indicating if a destination is temporary or not.- See Also:
-
TYPE
Destination type- See Also:
-
USE_DMQ
Use dead message queue.- See Also:
-
VALIDATE_XML_SCHEMA_ENABLED
- See Also:
-
XML_SCHEMA_URI_LIST
List of XML schema URIs- See Also:
-
RELOAD_XML_SCHEMA_ON_FAILURE
- See Also:
-