| Attribute Name |
Access |
Type |
Description |
Attribute Value |
| Name |
R |
java.lang.String |
The destination name |
ExpiryQueue
|
| JNDIName |
RW |
java.lang.String |
The destination's JNDI name |
|
| ServerPeer |
RW |
javax.management.ObjectName |
The ObjectName of the server peer this destination was deployed on |
View MBean
|
| DLQ |
RW |
javax.management.ObjectName |
The DLQ for this queue, overrides the default DLQ on the server peer |
|
| ExpiryQueue |
RW |
javax.management.ObjectName |
The expiry queue for this queue, overrides the default expiry queue on the server peer |
|
| RedeliveryDelay |
RW |
long |
The delay before redelivering |
|
| SecurityConfig |
RW |
org.w3c.dom.Element |
The destination's security configuration |
|
| CreatedProgrammatically |
R |
boolean |
True if this destination was created programmatically |
False
|
| MessageCount |
R |
int |
The number of messages in the queue |
0
|
| DeliveringCount |
R |
int |
The number of messages currently being delivered |
0
|
| ScheduledMessageCount |
R |
int |
The number of scheduled messages in the queue |
0
|
| MaxSize |
RW |
int |
The maximum number of messages this queue can hold before they are dropped |
|
| FullSize |
RW |
int |
The in-memory message limit, can only be set when queue is stopped |
|
| PageSize |
RW |
int |
The paging size, can only be set when queue is stopped |
|
| DownCacheSize |
RW |
int |
The write-cache size, can only be set when queue is stopped |
|
| Clustered |
RW |
boolean |
Is this a clustered destination? |
TrueFalse
|
| MessageCounter |
R |
org.jboss.jms.server.messagecounter.MessageCounter |
Get the message counter for the queue |
Queue,Queue.ExpiryQueue,-,-,0,0,0,0,-
|
| MessageStatistics |
R |
org.jboss.jms.server.messagecounter.MessageStatistics |
Get the message statistics for the queue |
Queue,Queue.ExpiryQueue,-,-,0,0,0,0,-
|
| MessageCounterHistoryDayLimit |
RW |
int |
The day limit for the message counter |
|
| MaxDeliveryAttempts |
RW |
int |
The maximum delivery attempts to the queue |
|
| ConsumerCount |
R |
int |
The number of consumers on the queue |
0
|
| Instance |
R |
org.jboss.messaging.core.contract.MessagingComponent |
The instance to be accessed by select plugins via a typed hard reference |
ManagedQueue[ExpiryQueue]
|
| |