Name
|
String
|
No |
Destination name |
Type
|
String
|
No |
|
CreatedByAdmin
|
Boolean
|
No |
Administrator-created destination? |
Temporary
|
Boolean
|
No |
Temporary destination? |
`ConnectionID`Foot 1 |
String
|
No |
Connection
identifier |
State
|
Integer
|
No |
|
StateLabel
|
String
|
No |
String representation of current state:
Useful for displaying the state in human-readable form, such as in the
Java Monitoring and Management Console (jconsole ).
|
NumProducers
|
Integer
|
No |
Current number of associated message
producers |
NumConsumers
|
Integer
|
No |
Current number of associated message consumers
For queue destinations, this attribute includes both active and backup
consumers. For topic destinations, it includes both nondurable and
(active and inactive) durable subscribers and is equivalent to
NumActiveConsumers .
|
NumMsgsInDelayDelivery
|
Integer
|
No |
Current Number of messages in
the destination with a delivery delay waiting for the delivery time
arrival. |
NumWildcardProducers
|
Integer
|
No |
Current number of wildcard message producers associated with the
destination
For topic destinations only.
|
NumWildcardConsumers
|
Integer
|
No |
Current number of wildcard message consumers associated with the
destination
For topic destinations only.
|
NumWildcards
|
Integer
|
No |
Current number of wildcard message producers and wildcard message
consumers associated with the destination
For topic destinations only.
|
PeakNumConsumers
|
Integer
|
No |
Peak number of associated message consumers since broker started
For queue destinations, this attribute includes both active and backup
consumers. For topic destinations, it includes both nondurable and
(active and inactive) durable subscribers and is equivalent to
PeakNumActiveConsumers .
|
AvgNumConsumers
|
Integer
|
No |
Average number of associated message consumers since broker started
For queue destinations, this attribute includes both active and backup
consumers. For topic destinations, it includes both nondurable and
(active and inactive) durable subscribers and is equivalent to
AvgNumActiveConsumers .
|
NumActiveConsumers
|
Integer
|
No |
Current number of associated active message consumers
For topic destinations, this attribute includes both nondurable and
(active and inactive) durable subscribers and is equivalent to
NumConsumers .
|
PeakNumActiveConsumers
|
Integer
|
No |
Peak number of associated active message consumers since broker started
For topic destinations, this attribute includes both nondurable and
(active and inactive) durable subscribers and is equivalent to
PeakNumConsumers .
|
AvgNumActiveConsumers
|
Integer
|
No |
Average number of associated active message consumers since broker
started
For topic destinations, this attribute includes both nondurable and
(active and inactive) durable subscribers and is equivalent to
AvgNumConsumers .
|
`NumBackupConsumers`Foot 2 |
Integer
|
No |
Current number of associated backup message consumers |
`PeakNumBackupConsumers`Footref 2 |
Integer
|
No |
Peak number of associated backup message consumers since broker started |
`AvgNumBackupConsumers`Footref 2 |
Integer
|
No |
Average number of associated backup message consumers since broker
started |
NumMsgs
|
Long
|
No |
Current number of messages stored in memory and persistent store
Does not include messages held in transactions.
|
NumMsgsRemote
|
Long
|
No |
Current number of messages stored in
memory and persistent store that were produced to a remote broker in a
cluster. This number does not include messages included in transactions. |
NumMsgsPendingAcks
|
Long
|
No |
Current number of messages being held
in memory and persistent store pending acknowledgment |
NumMsgsHeldInTransaction
|
Long
|
No |
Current number of messages
being held in memory and persistent store in uncommitted transactions |
NextMessageID
|
String
|
No |
JMS Message ID of the next message to be
delivered to any consumer |
PeakNumMsgs
|
Long
|
No |
Peak number of messages stored in memory and
persistent store since broker started |
AvgNumMsgs
|
Long
|
No |
Average number of messages stored in memory
and persistent store since broker started |
NumMsgsIn
|
Long
|
No |
Cumulative number of messages received since
broker started |
NumMsgsOut
|
Long
|
No |
Cumulative number of messages sent since
broker started |
MsgBytesIn
|
Long
|
No |
Cumulative size in bytes of messages received
since broker started |
MsgBytesOut
|
Long
|
No |
Cumulative size in bytes of messages sent
since broker started |
PeakMsgBytes
|
Long
|
No |
Size in bytes of largest single message
received since broker started |
TotalMsgBytes
|
Long
|
No |
Current total size in bytes of messages stored in memory and persistent
store
Does not include messages held in transactions.
|
TotalMsgBytesRemote
|
Long
|
No |
Current total size in bytes of
messages stored in memory and persistent store that were produced to a
remote broker in a cluster. This value does not include messages
included in transactions. |
TotalMsgBytesHeldInTransaction
|
Long
|
No |
Current total size in
bytes of messages being held in memory and persistent store in
uncommitted transactions |
PeakTotalMsgBytes
|
Long
|
No |
Peak total size in bytes of messages
stored in memory and persistent store since broker started |
AvgTotalMsgBytes
|
Long
|
No |
Average total size in bytes of messages
stored in memory and persistent store since broker started |
`DiskReserved`Foot 3 |
Long
|
No |
Amount
of disk space, in bytes, reserved for destination |
`DiskUsed`Footref 3 |
Long
|
No |
Amount of disk
space, in bytes, currently in use by destination |
`DiskUtilizationRatio`Footref 3 |
Integer
|
No |
Ratio
of disk space currently in use to disk space reserved for destination |